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
I'm currently working with the PyKEP library and I think a mistake has been made at the link given below.
It should be disturbance = [mbwd[-i - 1] ... and not disturbance = [mfwd[i] ... as it actually is.
Hello,
I'm currently working with the PyKEP library and I think a mistake has been made at the link given below.
It should be
disturbance = [mbwd[-i - 1] ...
and notdisturbance = [mfwd[i] ...
as it actually is.pykep/pykep/trajopt/_lt_margo.py
Line 321 in 8a72762
The text was updated successfully, but these errors were encountered: