The bug
Not technically a bug, Quality of Life Issue.
In src/multirtc/multirtc.py:
Line 63 -- in run_multirtc function, requests integer type for the resolution parameter
Line 103 -- in create_parser function, requests float type for the resolution input
Additional context
Another issue that should be considered is the handling of 0 input (whether it is directly searched for or if infinitesimally small numbers are evaluated as 0.
The bug
Not technically a bug, Quality of Life Issue.
In src/multirtc/multirtc.py:
Line 63 -- in run_multirtc function, requests integer type for the resolution parameter
Line 103 -- in create_parser function, requests float type for the resolution input
Additional context
Another issue that should be considered is the handling of 0 input (whether it is directly searched for or if infinitesimally small numbers are evaluated as 0.