Skip to content

Commit 9ebbb11

Browse files
fix integration test
1 parent ec4fb57 commit 9ebbb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_models/standard_output_comparison.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def __init__(self, time, solutions):
146146
def test_all(self):
147147
self.compare("Negative particle concentration [mol.m-3]")
148148
self.compare("Positive particle concentration [mol.m-3]")
149-
self.compare("Negative particle flux [mol.m-2.s-1]", rtol=0.05)
150-
self.compare("Positive particle flux [mol.m-2.s-1]", rtol=0.05)
149+
self.compare("Negative particle flux [mol.m-2.s-1]", atol=1e-7, rtol=0.05)
150+
self.compare("Positive particle flux [mol.m-2.s-1]", atol=1e-7, rtol=0.05)
151151

152152

153153
class PorosityComparison(BaseOutputComparison):

0 commit comments

Comments
 (0)