AllenDowney / ModSimPy

Text and supporting code for Modeling and Simulation in Python
https://allendowney.github.io/ModSimPy/
MIT License
823 stars 1.76k forks source link

ModSimSeries in the Salmon Population case study #73

Open Andreas-Hofmeister opened 1 year ago

Andreas-Hofmeister commented 1 year ago

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?

AllenDowney commented 1 year ago

That should be TimeSeries. I'll update that as soon as I can.