esa / pykep

PyKEP is a scientific library providing basic tools for research in interplanetary trajectory design.
http://esa.github.io/pykep/
GNU General Public License v3.0
334 stars 96 forks source link

plot_taylor throws error #134

Closed albertoibm closed 3 years ago

albertoibm commented 4 years ago

When trying the example for plot_taylor it throws the error "UnboundLocalError: local variable 'r' referenced before assignment"

It is easily solved with the attached patch plot_taylor_patch.txt

There is more than just that one error and the patch solves them all (I think)