We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, example 1 has an issue for N_max = 2 inside the plotting method. https://esa.github.io/pykep/examples/ex1.html
N_max = 2
When N_max = 2 the DV_list is empty (inside pk.trajopt.pl2pl_N_impulses) resulting in an max() arg is an empty sequence error
DV_list
pk.trajopt.pl2pl_N_impulses
max() arg is an empty sequence
DV_list = x[5::4] maxDV = max(DV_list)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, example 1 has an issue for
N_max = 2
inside the plotting method.https://esa.github.io/pykep/examples/ex1.html
When
N_max = 2
theDV_list
is empty (insidepk.trajopt.pl2pl_N_impulses
) resulting in anmax() arg is an empty sequence
errorThe text was updated successfully, but these errors were encountered: