Skip to content

Commit

Permalink
Fixed maximum concentration in test_schema.py according to issue Fara…
Browse files Browse the repository at this point in the history
  • Loading branch information
ikorotkin committed Jun 16, 2023
1 parent b0433de commit 3f83150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def setUp(self):
"Porosity": 0.335,
"Transport efficiency": 0.1939,
"Reaction rate constant [mol.m-2.s-1]": 1e-10,
"Maximum concentration [mol.m-3]": 631040,
"Maximum concentration [mol.m-3]": 63104.0,
"Minimum stoichiometry": 0.1,
"Maximum stoichiometry": 0.9,
},
Expand Down

0 comments on commit 3f83150

Please sign in to comment.