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 78c002d commit 4cafaf5Copy full SHA for 4cafaf5
nibabel/nicom/tests/test_dicomwrappers.py
@@ -435,6 +435,7 @@ class TestMultiFrameWrapper(TestCase):
435
'SharedFunctionalGroupsSequence': [None]}
436
WRAPCLASS = didw.MultiframeWrapper
437
438
+ @dicom_test
439
def test_shape(self):
440
# Check the shape algorithm
441
fake_mf = copy(self.MINIMAL_MF)
@@ -614,6 +615,7 @@ def test_data_real(self):
614
615
assert_equal(sha1(dat_str).hexdigest(),
616
'149323269b0af92baa7508e19ca315240f77fa8c')
617
618
619
def test_data_fake(self):
620
# Test algorithm for get_data
621
0 commit comments