Skip to content

Commit 5650feb

Browse files
committed
Lower tolerance more
1 parent a589de2 commit 5650feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_morphio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def are_files_same(file1, file2):
6464
assert np.isclose(
6565
float(f1_arr[idx]),
6666
float(f2_arr[idx]),
67-
rtol=1e-4,
67+
rtol=1e-3,
6868
atol=1e-6,
6969
)
7070
else:

0 commit comments

Comments
 (0)