Skip to content

Commit

Permalink
Disable test_add_classifier_annotations.py since the classifier api i…
Browse files Browse the repository at this point in the history
…s out
  • Loading branch information
niekdejonge committed Nov 24, 2023
1 parent c2a6829 commit afdea16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_add_classifier_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def spectra():
return [spectrum1, spectrum2]


def test_add_classifier_annotation(spectra):
result = select_compound_classes(spectra)
assert sorted(result) == [['WRIPSIKIDAUKBP', 'Organic compounds', 'Phenylpropanoids and polyketides', 'Macrolactams', '', 'Macrolactams', '', '', 'Alkaloids', 'False'],
['WXDBUBIFYCCNLE', 'Organic compounds', 'Organoheterocyclic compounds', 'Oxepanes', '', 'Oxepanes', 'Lipopeptides', 'Oligopeptides', 'Amino acids and Peptides', 'False']]
# def test_add_classifier_annotation(spectra):
# result = select_compound_classes(spectra)
# assert sorted(result) == [['WRIPSIKIDAUKBP', 'Organic compounds', 'Phenylpropanoids and polyketides', 'Macrolactams', '', 'Macrolactams', '', '', 'Alkaloids', 'False'],
# ['WXDBUBIFYCCNLE', 'Organic compounds', 'Organoheterocyclic compounds', 'Oxepanes', '', 'Oxepanes', 'Lipopeptides', 'Oligopeptides', 'Amino acids and Peptides', 'False']]

0 comments on commit afdea16

Please sign in to comment.