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
We already support casting floats to int so to simplify the arg code and
solve an issue with older pythons just treat all input as floats.
Fixes#163
---------
Co-authored-by: Mark Kurtz <[email protected]>
Co-authored-by: Copilot <[email protected]>
Versions of python older than 3.12 do not support
int.is_integer()
which can happen when--rate
is called with a whole number:The text was updated successfully, but these errors were encountered: