BUG: LSODA solver not being detected correctly. by phmbressan · Pull Request #807 · RocketPy-Team/RocketPy
Pull request type
- Code changes (bugfix, features)
Checklist
- All tests (
pytest tests -m slow --runslow) have passed locally
Note: Non-relatedMonteCarlotests have failed. I am investigating it. -
CHANGELOG.mdhas been updated (if relevant)
Current behavior
A bug introduced by yours truly on PR #748 causes the simulation solver not detect correctly when using LSODA solver. This is crucial when performing non-overshootable simulations.
New behavior
This PR fixes the issue by correctly detecting the usage of LSODA.
Breaking change
- Yes
- No
Additional information
This could have been detected earlier had the --runslow tests been executed more often.