Skip to content

Commit

Permalink
FIX: mispelled data key
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Dec 13, 2023
1 parent a99a34c commit c35514a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_agents/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def unpack_run(self, run) -> Tuple[Union[float, ArrayLike], Union[float, ArrayLi
try:
x = np.array(
[
run.start["more_info"][motor_name][f"OT_Stage_2_{motor_name[0].upper()}"]["value"]
run.start["more_info"][motor_name][f"OT_stage_2_{motor_name[0].upper()}"]["value"]
for motor_name in self.motor_names
]
)
Expand Down

0 comments on commit c35514a

Please sign in to comment.