Skip to content

Commit

Permalink
MAINT: python 3.9/pandas 2.* update (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood authored May 2, 2024
1 parent f518ff8 commit c82612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_taxa/_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _ids_to_keep_from_taxonomy(feature_ids, taxonomy, include, exclude,
# becomes an issue, this is a target for refactoring.
ids_to_keep -= set(taxonomy.get_ids(where=query))

return ids_to_keep
return list(ids_to_keep)


def filter_table(table: pd.DataFrame, taxonomy: qiime2.Metadata,
Expand Down

0 comments on commit c82612c

Please sign in to comment.