We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92780a3 commit 503d0eaCopy full SHA for 503d0ea
1 file changed
tests/test_io.py
@@ -294,7 +294,9 @@ def test_read_single_frame_sm_image_jpegls_dicom_file_like_opened(self):
294
)
295
np.testing.assert_array_equal(frame, pixel_array[fno])
296
297
- def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened(self):
+ def test_read_single_frame_sm_image_jpegls_nobot_dicom_file_like_opened(
298
+ self
299
+ ):
300
# Test reading frames from an opened DicomFileLike file
301
filename = self._test_dir.joinpath("sm_image_jpegls_nobot.dcm")
302
dcm = DicomFileLike(filename.open("rb"))
0 commit comments