Skip to content

Commit ef7ad96

Browse files
committed
update solution tests
1 parent e731d0a commit ef7ad96

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_solution.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,4 @@ def test_solution(self, dimension, space_order, language, density):
136136
# load the reference result
137137
u_ref = np.load(ref_file)
138138

139-
if density:
140-
assert np.allclose(u, u_ref, atol=1e-04)
141-
else:
142-
assert np.allclose(u, u_ref, atol=1e-05)
139+
assert np.allclose(u, u_ref, atol=1e-05)

0 commit comments

Comments
 (0)