Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw error if Model super class isn't initialized
You should always run super().__init__() after initializing your model class that inherits from Mesa Model.
- Loading branch information