issues
search
RazerM
/
orbital
High level orbital mechanics package.
MIT License
91
stars
35
forks
source link
Fixes for plot() and plot3d():
#22
Closed
garbagetrash
closed
3 years ago
garbagetrash
commented
3 years ago
Newer versions of numpy expect integer for number of points in calls to
linspace
, so wrap these params with
int()
when it could be a floating point number.
linspace
, so wrap these params withint()
when it could be a floating point number.