Skip to content

Commit

Permalink
print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 19, 2023
1 parent 8325bf6 commit 6c74969
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,9 @@ def arrhenius(pre, act, T):
expected_reaction_term = (
k * species1.solution * species2.solution - p * product.solution
)
print(expected_reaction_term)
print(reaction.reaction_term(temperature))
from dolfinx import __version__

print(__version__)
assert reaction.reaction_term(temperature) == expected_reaction_term

0 comments on commit 6c74969

Please sign in to comment.