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
python range() doesn't support float step size, probably numpy has something like that.
It is possible to create a function to mimic the job using range, but it will have some serious rounding errors.
best is probably handling the exception.
Floating point step size is causing error.
For example - The following throws error:
python plotit.py -f x -z 0.2
The text was updated successfully, but these errors were encountered: