Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Sep 17, 2024
1 parent 42a4a8f commit cffbf38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sourmash/tax/tax_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,6 @@ def as_summary_dict(self, query_info, limit_float=False, lingroups=None):
and sD["lineage"] not in lingroups.keys()
):
return None

Check warning on line 2090 in src/sourmash/tax/tax_utils.py

View check run for this annotation

Codecov / codecov/patch

src/sourmash/tax/tax_utils.py#L2090

Added line #L2090 was not covered by tests
# import pdb;pdb.set_trace()
sD["query_name"] = query_info.query_name
sD["query_md5"] = query_info.query_md5
sD["query_filename"] = query_info.query_filename
Expand Down

0 comments on commit cffbf38

Please sign in to comment.