SATYAM ROY

Results 4 issues of SATYAM ROY

1.Inline Documentation 2. added .cpu() why?? reason- The reason for requiring explicit .cpu() is that CPU tensors and the converted numpy arrays share memory. If a .cpu() is implicitly done,...

presentation file needed

feature_request

From example a code snippet taken- `orbit1 = KeplerianElements.with_period(90 * 60, body=earth) plot(orbit1,title='orbit1') plt.show()` **Showing Error** ** in linspace(*args, **kwargs) [/usr/local/lib/python3.7/dist-packages/numpy/core/function_base.py](https://localhost:8080/#) in linspace(start, stop, num, endpoint, retstep, dtype, axis) 118...