Skip to content

Commit

Permalink
Fix failing tests in test_reaction_mods_actions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa authored Aug 12, 2024
1 parent 5425bce commit a094f52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_reaction_mods_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ def test_isotope_info():
assert df2["Isotope"].to_list()[1:] == ["13C", "13C", "2H", "2H"]
assert df2["RxnSmilesWithoutIsotopes"].to_list() == [
"c1ccccc1",
"[C]c1ccccc1",
"[CH2]c1ccccc1",
"[H:3]",
"[H-:3][CH2]",
"[13C]c1ccccc1",
"[13CH2]c1ccccc1",
"[2H:3]",
"[2H-:3][13CH2]",
]


Expand Down

0 comments on commit a094f52

Please sign in to comment.