We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f3583 commit e08958fCopy full SHA for e08958f
zenodo-tests/test_prep/test_stripe.py
@@ -129,7 +129,7 @@ def test_remove_all_stripe_i12_dataset4(
129
norm_res = np.linalg.norm(residual_calc.get().flatten())
130
131
assert isclose(norm_res, norm_res_expected, abs_tol=10**-4)
132
-
+ assert not np.isnan(output).any(), "Output contains NaN values"
133
assert output.dtype == np.float32
134
assert output.flags.c_contiguous
135
0 commit comments