Skip to content

Commit

Permalink
Updating test_config_ofc_calc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Jul 17, 2024
1 parent 1a4c6da commit 1b660d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_closed_loop_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_config_sky_sim_with_sky_file(self):
def test_config_ofc_calc(self):
cam_type = CamType.LsstCam
self.closed_loop_task.max_noll_index = 28
self.closed_loop_task.config_ofc_calc(cam_type)
self.closed_loop_task.config_ofc_calc(cam_type, "oic_controller.yaml")

ofc_calc = self.closed_loop_task.ofc_calc
self.assertEqual(ofc_calc.ofc_data.name, "lsst")
Expand Down

0 comments on commit 1b660d3

Please sign in to comment.