From afdea16beee0fa67bb1298b5e6b4ceaceaa582df Mon Sep 17 00:00:00 2001 From: niekdejonge Date: Fri, 24 Nov 2023 18:29:22 +0100 Subject: [PATCH] Disable test_add_classifier_annotations.py since the classifier api is out --- tests/test_add_classifier_annotations.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_add_classifier_annotations.py b/tests/test_add_classifier_annotations.py index f6852cdf..c5898ab2 100644 --- a/tests/test_add_classifier_annotations.py +++ b/tests/test_add_classifier_annotations.py @@ -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']]