Skip to content

Commit

Permalink
Fix typo in the docstrings for bias commands (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman authored Oct 17, 2024
1 parent 40c3d72 commit 641fa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions socs/agents/pysmurf_controller/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ def set_biases(self, session, params):
Args
-----
bg: int, list, optional
bgs: int, list, optional
Bias group (bg), or list of bgs to set. If None, will set all bgs.
bias: int, float, list
Biases to set. If a float is passed, this will be used for all
Expand Down Expand Up @@ -1031,7 +1031,7 @@ def zero_biases(self, session, params):
Args
-----
bg: int, list, optional
bgs: int, list, optional
bg, or list of bgs to zero. If None, will zero all bgs.
"""
params['bias'] = 0
Expand Down

0 comments on commit 641fa3e

Please sign in to comment.