You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `dt` option was added when `time_fn` was not available to
initialize PID instances.
Now that `time_fn` allows the time function to be injected as a
dependency, the `dt` option is redundant. It could be kept around
for backward compatibility, but I'd personally remove it because
IMHO the simpler the code the better.
0 commit comments