Commit 2dc3d62
Restrict rate to only floats (#164)
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]>1 parent 678adea commit 2dc3d62
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments