Skip to content

Commit

Permalink
Merge pull request #22 from dgrunberg/issue18x
Browse files Browse the repository at this point in the history
Default for PID arg I_band should be None, not 0
  • Loading branch information
petercorke committed Jul 9, 2023
2 parents c303f1b + 40b3b0a commit 5ae65fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdsim/blocks/transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def __init__(
I: float = 0.0,
D_pole=1,
I_limit=None,
I_band=0,
I_band=None,
**blockargs,
):
r"""
Expand Down

0 comments on commit 5ae65fb

Please sign in to comment.