Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jun 20, 2023
1 parent 2a41c1c commit 18204ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ def test_NPlikeliness_Score(smiles, expected_score):
assert response.headers["content-type"] == "application/json"
assert response.json() == expected_score

'''

"""
def test_ClassyFire_Classify(test_smiles):
response = client.get(f"/v1/chem/classyfire/classify?smiles={test_smiles}")
assert response.status_code == 200
assert response.headers["content-type"] == "application/json"
'''
"""


@pytest.mark.parametrize(
"smiles, toolkit, expected",
Expand Down

0 comments on commit 18204ce

Please sign in to comment.