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
Found a small bug that happened where the mean anomaly would not get reduced to a unitless number automatically, which creates a method error for AstroLib.kepler_solver.
it gets fixed by throwing a uconvert(u"NoUnits", M) in the compute_true_anomaly method, which should work fine because normal numbers won't be affected by the conversion. I have a PR ready for this.
The text was updated successfully, but these errors were encountered:
Found a small bug that happened where the mean anomaly would not get reduced to a unitless number automatically, which creates a method error for
AstroLib.kepler_solver
.Output:
it gets fixed by throwing a
uconvert(u"NoUnits", M)
in thecompute_true_anomaly
method, which should work fine because normal numbers won't be affected by the conversion. I have a PR ready for this.The text was updated successfully, but these errors were encountered: