Skip to content

Commit

Permalink
fix 2 failing tests in order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Feb 16, 2024
1 parent b14d303 commit 89ee1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def ispyb_plan(test_fgs_params):
def standalone_read_hardware_for_ispyb(
und, syn, slits, robot, attn, fl, dcm, ap_sg
):
yield from read_hardware_for_ispyb_pre_collection(und, syn, slits, robot, ap_sg)
yield from read_hardware_for_ispyb_pre_collection(und, syn, slits, ap_sg, robot)
yield from read_hardware_for_ispyb_during_collection(attn, fl, dcm)

return standalone_read_hardware_for_ispyb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def ispyb_plan(test_panda_fgs_params):
def standalone_read_hardware_for_ispyb(
und, syn, slits, robot, attn, fl, dcm, ap_sg
):
yield from read_hardware_for_ispyb_pre_collection(und, syn, slits, robot, ap_sg)
yield from read_hardware_for_ispyb_pre_collection(und, syn, slits, ap_sg, robot)
yield from read_hardware_for_ispyb_during_collection(attn, fl, dcm)

return standalone_read_hardware_for_ispyb
Expand Down

0 comments on commit 89ee1d5

Please sign in to comment.