Skip to content

Commit

Permalink
Invert small imaginary frequencies (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Oct 13, 2021
1 parent a823e44 commit b6ad009
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ def test_private_functions_work():
]
)
)
== ["E + S -> ES", "ES -> E + S", "ES -> ES‡", "ES‡ -> E + P"]
)
) == ["E + S -> ES", "ES -> E + S", "ES -> ES‡", "ES‡ -> E + P"]

assert list(
rx.core._unparse_reactions(
Expand Down

0 comments on commit b6ad009

Please sign in to comment.