projectmesa / mesa-examples

Seminal agent-based models developed using Mesa
Other
105 stars 123 forks source link

Fix two more cases of a missing super().__init__() in the model init #89

Closed EwoutH closed 5 months ago

EwoutH commented 5 months ago

Fixes two more cases of a missing super().init() in the model init. Should resolve two of the errors in https://github.com/projectmesa/mesa/pull/1942.

EwoutH commented 5 months ago

Please squash on merging