Skip to content

Commit e08958f

Browse files
authored
Update zenodo-tests/test_prep/test_stripe.py
1 parent 31f3583 commit e08958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenodo-tests/test_prep/test_stripe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_remove_all_stripe_i12_dataset4(
129129
norm_res = np.linalg.norm(residual_calc.get().flatten())
130130

131131
assert isclose(norm_res, norm_res_expected, abs_tol=10**-4)
132-
132+
assert not np.isnan(output).any(), "Output contains NaN values"
133133
assert output.dtype == np.float32
134134
assert output.flags.c_contiguous
135135

0 commit comments

Comments
 (0)