Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybuckley committed Oct 9, 2024
1 parent 41ea02a commit ae559a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_acr_uniformity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class TestACRUniformitySiemens(unittest.TestCase):
ACR_DATA = pathlib.Path(TEST_DATA_DIR / "acr" / "Siemens")
piu = 67.89
piu = 68.04

def setUp(self):
input_files = get_dicom_files(self.ACR_DATA)
Expand Down Expand Up @@ -39,4 +39,4 @@ def test_uniformity(self):

class TestACRUniformityGE(TestACRUniformitySiemens):
ACR_DATA = pathlib.Path(TEST_DATA_DIR / "acr" / "GE")
piu = 84.66
piu = 84.23

0 comments on commit ae559a6

Please sign in to comment.