Skip to content
Snippets Groups Projects
Commit 829622bc authored by patavirt's avatar patavirt
Browse files

tests: fixup tolerance

parent 8b24ee4c
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ def test_example_sns_1d_J_usadel1(): ...@@ -70,7 +70,7 @@ def test_example_sns_1d_J_usadel1():
# Current is real-valued and conserved # Current is real-valued and conserved
assert_allclose(I0.imag, 0, atol=1e-8) assert_allclose(I0.imag, 0, atol=1e-8)
assert_allclose(I0.real, I0_mean, rtol=5e-3) assert_allclose(I0.real, I0_mean, rtol=7e-3)
# Compare to Usadel1 # Compare to Usadel1
g = usadel1.Geometry(1, 2) g = usadel1.Geometry(1, 2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment