Skip to content

Commit

Permalink
fix silly test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed May 24, 2024
1 parent 7fffc8f commit 3600494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_reactive_phase_equilibrium():
3.010149544370034]
)
assert_allclose(
stream.imol[''],
stream.imol['l'],
[0.1664395399566762,
0.6657581598267048,
0.6669118843585862,
Expand Down Expand Up @@ -264,4 +264,5 @@ def test_repr():
test_reaction()
test_reaction_enthalpy_balance()
test_reaction_enthalpy_with_phases()
test_reactive_phase_equilibrium()
test_repr()

0 comments on commit 3600494

Please sign in to comment.