When switching the simulation from SimpleTXTL to EnergyTXTL, the system fails to solve the differential equations and throws an ODEintWarning. The exact same model and setup simulate perfectly when using SimpleTXTL, but fail completely when the energy-dependent model is initialized.
Error Logs / Traceback
ODEintWarning: Repeated convergence failures (perhaps bad Jacobian or tolerances). Run with full_output = 1 to get quantitative information.
result = py_simulate_model(
odeint failed completely.
When switching the simulation from
SimpleTXTLtoEnergyTXTL, the system fails to solve the differential equations and throws anODEintWarning. The exact same model and setup simulate perfectly when usingSimpleTXTL, but fail completely when the energy-dependent model is initialized.Error Logs / Traceback