Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Aug 19, 2024
1 parent 9d840ec commit b5f7da5
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 @@ -356,7 +356,7 @@ def test_bb_pf_combo(self):
self.assertAlmostEqual(results.max_error_mm, 0.0, delta=0.005)
self.assertAlmostEqual(results.cax.x, 636.5, delta=0.1)
# bb is 2mm off in bb setup image above
self.assertAlmostEqual(results.mlc_positions_by_leaf["17"][0], -102, delta=0.1)
self.assertAlmostEqual(results.mlc_positions_by_leaf["17"][0], 102, delta=0.1)


class LoadingFromMultiple(TestCase):
Expand Down

0 comments on commit b5f7da5

Please sign in to comment.