Ship maneuvering simulation tool with respect to ShipMMG model

41 stars 25 forks 41 watchers Jupyter Notebook MIT License
ship-maneuvering-simulation
1 Open Issue Need Help Last updated: Nov 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The user is encountering an ImportError because the `derivative` function has been removed from `scipy.misc`. This function is likely being used within the `shipmmg` library, causing the import to fail. The solution involves updating the `shipmmg` library to a version that uses a different method for calculating derivatives or manually updating the `shipmmg` code to use `scipy.derivative` from `scipy.optimize` or another appropriate module.

Complexity: 2/5
bug good first issue

Ship maneuvering simulation tool with respect to ShipMMG model

Jupyter Notebook
#ship-maneuvering-simulation