Skip to content

Commit

Permalink
fix: Test expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Feb 17, 2023
1 parent 1221cad commit 54dbbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

def get_imagetosmiles():
img_path = 'Tests/caffeine.png'
expected_result = "CN1C=NC2=C1C(=O)N(C)C(=O)N2C"
expected_result = "CN1C=NC2=C1C(=O)N(C(=O)N2C)C"
actual_result = predict_SMILES(image_path)
assert expected_result == actual_result

0 comments on commit 54dbbc8

Please sign in to comment.