From 0dcab3bff69b6888c71c9823e13142ae8ee8889a Mon Sep 17 00:00:00 2001 From: Jackie Kazil Date: Mon, 13 Jan 2025 22:30:19 -0500 Subject: [PATCH] Update paper/paper.md Co-authored-by: Ewout ter Hoeven --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index d854fdade42..f86a4dbdb6b 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -140,7 +140,7 @@ Typically, ABMs represent time incrementally and call the units ticks. For each model.step() ``` -Before Mesa 3, all agents were activated within the step method of the model. However, the newly added `AgentSet` class provides a more flexible way to activate agents. These changes include the depreciation of the Scheduler API and replacing previously available fixed patterns. +Before Mesa 3, all agents were activated within the step method of the model. However, the newly added `AgentSet` class provides a more flexible way to activate agents. These changes include the removal of the Scheduler API and its previously available fixed patterns. ```python model.agents.do("step") # Sequential activation