We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88f91 commit dd2fe1fCopy full SHA for dd2fe1f
nitransforms/tests/utils.py
@@ -24,4 +24,4 @@ def assert_affines_by_filename(affine1, affine2):
24
else:
25
xfm1 = np.loadtxt(str(affine1))
26
xfm2 = np.loadtxt(str(affine2))
27
- np.allclose(xfm1, xfm2, atol=1e-04)
+ assert np.allclose(xfm1, xfm2, atol=1e-04)
0 commit comments