poliastro / validation

Validation of poliastro against external software.
Apache License 2.0
11 stars 6 forks source link

Bielliptic 3D maneuvers validation #20

Closed jorgepiloto closed 3 years ago

jorgepiloto commented 3 years ago

The last step before closing #10. Opening this as draft request since the Orekit API does not output expected results from GMAT although poliastro does.

jorgepiloto commented 3 years ago

Tests were passing locally. This seems to be related with https://github.com/poliastro/poliastro/issues/1100, which is being addressed in https://github.com/poliastro/poliastro/pull/1101.

jorgepiloto commented 3 years ago

Oh! I see why this still failing... Either we impose the numpy version or solve first #19, as the CI bug was fixed within the nightly build.

astrojuanlu commented 3 years ago

Ready for rebase :)

jorgepiloto commented 3 years ago

All tests passing! :tada: