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

Is `modsim/test_modsim.py` still a valid unit test #72

Open rioj7 opened 1 year ago

rioj7 commented 1 year ago

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, and also UnitStrippedWarning

AllenDowney commented 1 year ago

Yes, the test code is out of date with the current version of modsim.py