Skip to content

Commit

Permalink
Fix typo in pysmurf zero biases function (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner authored Nov 9, 2023
1 parent 6f429cc commit 5960617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/pysmurf_controller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def set_biases(self, session, params):
for bg, bias in zip(bgs, biases):
S.set_tes_bias_bipolar(bg, bias)

return True, f"Finished setting biases to {params['biases']}"
return True, f"Finished setting biases to {params['bias']}"

@ocs_agent.param('bgs', default=None)
def zero_biases(self, session, params):
Expand Down

0 comments on commit 5960617

Please sign in to comment.