You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling my_planet.compute_period() (as suggested in docs here) on a keplerian planet leads to
ArgumentError: Python argument types in
_base.compute_period(keplerian)
did not match C++ signature:
compute_period(class kep_toolbox::planet::base {lvalue}, class kep_toolbox::epoch)
Guess, the epoch isn't optional? (with it it works)
This is pykep 2.6 py310hb576dac_6 conda-forge on win
The text was updated successfully, but these errors were encountered:
Calling
my_planet.compute_period()
(as suggested in docs here) on a keplerian planet leads toGuess, the epoch isn't optional? (with it it works)
This is
pykep 2.6 py310hb576dac_6 conda-forge
on winThe text was updated successfully, but these errors were encountered: