ModSimPy
ModSimPy copied to clipboard
ModSimSeries in the Salmon Population case study
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 defined in modsim.py and according to the search function at allendowney.github.io/ModSimPy it is not mentioned in the text.
Am I missing something or is there something missing?
That should be TimeSeries. I'll update that as soon as I can.