From fa5a0ba894f43e726b7db88760e17ebc59443ff9 Mon Sep 17 00:00:00 2001 From: Wendy Dushanin <79654823+wDushanin@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:16:13 -0500 Subject: [PATCH] =?UTF-8?q?Linking=20=E2=80=9Cwntr.sim.aml.aml.Model?= =?UTF-8?q?=E2=80=9D=20in=20parameter=20m=20under=20classmethod=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wntr/sim/models/constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wntr/sim/models/constraint.py b/wntr/sim/models/constraint.py index fc9913598..1dc8c4de9 100644 --- a/wntr/sim/models/constraint.py +++ b/wntr/sim/models/constraint.py @@ -561,7 +561,7 @@ def build(cls, m, wn, updater, index_over=None): Parameters ---------- - m: wntr.aml.aml.aml.Model + m: wntr.sim.aml.aml.Model wn: wntr.network.model.WaterNetworkModel updater: ModelUpdater index_over: list of str