Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change warning when setting model.agents to error (#2225)
Replaced the warning with an `AttributeError` when attempting to set `model.agents`. This change enforces that the `agents` attribute will be reserved for internal use by Mesa in future releases. Users must update their code to use a different attribute name for custom agent storage.
- Loading branch information