Error, recommended step is NaN #13
JJPBos
started this conversation in
Tudatpy User Questions
Replies: 1 comment 3 replies
-
To figure out what's the cause of this, could you send a link to the script you're running? If you use a fixed rather than a variable time step integrator, does the propagation proceed normally? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I am trying to run a propagation with a variable step size integrator, with a minimum time step. However, I run into the error:
which is immediately after the first time step. I'm not sure what can cause this error, since it works fine if I set the minimum step size to np.finfo(float).eps.
I've set up the integrator settings as the following: (please let me know if I'm doing anything wrong)
Thanks in advance!
kind regards,
Justin Bos
Beta Was this translation helpful? Give feedback.
All reactions