Sahil Siddiq

Results 73 comments of Sahil Siddiq

@wargio I have understood what you mean. So basically, for example, in functions that have `mode` as an argument, I need to pass for example `RZ_OUTPUT_MODE_JSON` instead of `'j'`. But...

> You also need to change `int mode` into `RzOutputMode mode` Yeah, I have done this. > you can still change that from `case 'j':` to `case RZ_OUTPUT_MODE_JSON`. I tried...

Hi. I have almost completed refactoring the code base. There were just a few more questions that I wanted to ask. 1. If I am not mistaken `int mode =...

@wargio Yeah, I'll do that.

Hi. While I am fairly comfortable with Python, I am pretty new to astrodynamics and orbital mechanics. I am currently studying orbital mechanics on my own and I would like...

Hi. I have understood the prerequisite concepts that are required to tackle this issue and have gone through the relevant code. I agree with @anuppari about the possible fix. Here's...

After making the changes, the snippets work as expected. ```python import astropy.units as u from astropy.time import Time from poliastro.bodies import Earth from poliastro.twobody import Orbit from datetime import datetime...

Hi. Thanks for the quick response. Sure, I'll open a PR.

Hi. I am interested in this feature too. I would like to take it up.

> While you work on a patch, please keep in mind to allow this feature to work across platforms, even if you are only implementing it for a few. Ideally,...