We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9427c commit f71759bCopy full SHA for f71759b
1 file changed
tests/test_controls.py
@@ -77,7 +77,7 @@ def do_goal(
77
value: float,
78
current: np.ndarray | None = None,
79
t_end: float = 10.0,
80
- change: tuple[float, int, float]|None = None,
+ change: tuple[float, int, float] | None = None,
81
):
82
if change is not None:
83
t1, order1, val1 = change
0 commit comments