Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Nov 9, 2023
1 parent 7638470 commit 6d45ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_basic/test_picketfence.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_custom_MLC_arrangement(self):
def test_all_mlc_arrangements(self):
"""This isn't really testing the MLCs so much as a constancy check to ensure they haven't changed."""
path = get_file_from_cloud_test_repo([TEST_DIR, "AS500_PF.dcm"])
expected_max_error = [0.13, 0.18, 0.16, 0.14, 0.06, 0.14, 0.14]
expected_max_error = [0.13, 0.18, 0.16, 0.14, 0.06, 0.06, 0.06]
for max_error, mlc in zip(expected_max_error, MLC):
pf = PicketFence(path, mlc=mlc)
pf.analyze()
Expand Down

0 comments on commit 6d45ced

Please sign in to comment.