pykep icon indicating copy to clipboard operation
pykep copied to clipboard

plot_taylor errors

Open vascoamaralgrilo opened this issue 5 years ago • 1 comments

Good afternoon,

I believe there are a few typos in plot_taylor from orbit_plots:

0- In lines 246 and 248, "thrust" should be "u". 1- Before the cycle which starts at line 295, there should be "r = r0", "v=v0" and "m=m0". 2- In line 299, "r0", "v0" and "m0" should be "r", "v" and "m", respectively.

Kind regards,

Vasco

vascoamaralgrilo avatar May 17 '20 15:05 vascoamaralgrilo

This is also fixed by #137

pabloem avatar Oct 22 '20 14:10 pabloem