ModSimPy
ModSimPy copied to clipboard
Text and supporting code for Modeling and Simulation in Python
I got this book and I'm going through the exercises but I can't find the answers 🔑 anywhere. Am I missing something obvious? 😢
Change "falled" to "fallen".
Add an apostrophe to "walls surfaces".
Add "you" to "should use" when describing using `decorate` inside `draw_func.
Describing the return values of `leastsq` missed the word "first" in "The is an array with the best parameters".
One of the exercises in the case study for the salmon population model (salmon.ipynb) mentions an object type called "ModeSimSeries". I am having trouble finding that type. It is not...
Viewing `modsim/test_modsim.py` in VSC with PyLance shows a lot of errors. A lot of functions are missing. An object can't be an instance of a function. `pint` is not used,...