Skip to content

Commit

Permalink
bias -> biases
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 6, 2023
1 parent 6d5ff99 commit ffb02ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def calibrate(
self.write_to_log(f"Turning off {lamp}.")
await calib_nps.off(lamp)

if "bias" in sequence_config:
if "biases" in sequence_config:
self.write_to_log("Taking biases.", level="info")
nbias = sequence_config["biases"].get("count", 1)
for _ in range(nbias):
Expand Down

0 comments on commit ffb02ed

Please sign in to comment.