Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Add Pimienta Kepler solver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge committed Jul 2, 2019
1 parent fe1f871 commit 63fc647
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/poliastro/tests/tests_twobody/test_propagation.py
Expand Up @@ -18,6 +18,7 @@
markley,
mean_motion,
mikkola,
pimienta
)
from poliastro.util import norm

Expand Down Expand Up @@ -71,7 +72,7 @@ def test_near_parabolic_orbit():


@pytest.mark.parametrize(
"method", [mean_motion, kepler, markley, mikkola, cowell]
"method", [mean_motion, kepler, markley, mikkola, pimienta, cowell]
)
def test_propagation(method):
# Data from Vallado, example 2.4
Expand Down

0 comments on commit 63fc647

Please sign in to comment.