Skip to content

Commit

Permalink
Add JPEG-LS datasets (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Feb 11, 2024
1 parent 9bde4d2 commit 7358d21
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added data_store/data/JLSL_RGB_ILV0.dcm
Binary file not shown.
Binary file added data_store/data/JLSL_RGB_ILV1.dcm
Binary file not shown.
Binary file added data_store/data/JLSL_RGB_ILV2.dcm
Binary file not shown.
Binary file added data_store/data/JLSN_RGB_ILV0.dcm
Binary file not shown.
2 changes: 1 addition & 1 deletion data_store/tests/test_pydicom.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@pytest.mark.skipif(not HAVE_PYDICOM, reason="pydicom not installed")
class TestPydicom:
"""Test the interface with pydicom works correctly."""
def setup(self):
def setup_method(self):
self.data_path = Path(__file__).resolve().parent.parent / "data"

def test_pydicom_local(self):
Expand Down
2 changes: 1 addition & 1 deletion data_store/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class TestDataStore:
"""Test the interface for the data sources"""
def setup(self):
def setup_method(self):
self.data_path = Path(__file__).resolve().parent.parent / "data"
self.fname = "693_UNCI.dcm"

Expand Down

0 comments on commit 7358d21

Please sign in to comment.