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 a1400bd commit d756751Copy full SHA for d756751
nibabel/tests/test_nifti1.py
@@ -569,6 +569,7 @@ def test_slice_times(self):
569
hdr2.set_slice_duration(0.1)
570
hdr2.set_data_shape((1, 1, 2))
571
with clear_and_catch_warnings() as w:
572
+ warnings.simplefilter("always")
573
hdr2.set_slice_times([0.1, 0])
574
assert len(w) == 1
575
# but always must be choosing sequential one first
0 commit comments