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
Received message -> RuntimeWarning: Substituting new variables failed to produce the expected calculations, so the calculation was done in an alternative mode.
#23
Open
smallpondtom opened this issue
May 9, 2024
· 3 comments
@smallpondtom
Thanks for reporting this !
Just to clarify that I understand the system correctly: D1, D2, D3 are external time-varying inputs, is that correct?
@pogudingleb
Yes. I'm not an expert on orbital mechanics but I think the control inputs are essentially like thruster/actuator inputs. And, they are time-varying but not necessarily continuous since it could be a simple on/off control. That's why I used the input_free option.
@smallpondtom
Thanks again for the example! There is a bug in the polynomialization part which we will fix. However, even if I help the software to get polynomialization right, the model is too large and too nonlinear for our quadratization algorithm.
Hi. I'm trying out a pretty ambitious ODE from orbital mechanics called the Modified Equinoctial Element experimentally. But I received the message
RuntimeWarning: Substituting new variables failed to produce the expected calculations, so the calculation was done in an alternative mode.
So, I'm letting you guys know.
You can reproduce this with the following code:
Thanks.
The text was updated successfully, but these errors were encountered: