From 00fb4be54e2093014b246f1fe031acb106e87014 Mon Sep 17 00:00:00 2001 From: Wendy Dushanin <79654823+wDushanin@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:46:46 -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 eff91ff0..c827380d 100644 --- a/wntr/sim/models/constraint.py +++ b/wntr/sim/models/constraint.py @@ -97,7 +97,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