From 2f140b9f84cf395a3256ec69b028f69f43fe278a Mon Sep 17 00:00:00 2001 From: barneydobson Date: Fri, 1 Mar 2024 10:33:51 +0000 Subject: [PATCH] Update swmmanywhere/parameters.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Diego Alonso Álvarez <6095790+dalonsoa@users.noreply.github.com> --- swmmanywhere/parameters.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swmmanywhere/parameters.py b/swmmanywhere/parameters.py index a85baf86..9d9f6ffd 100644 --- a/swmmanywhere/parameters.py +++ b/swmmanywhere/parameters.py @@ -12,13 +12,12 @@ def get_full_parameters(): """Get the full set of parameters.""" - full_parameters = { + return { "subcatchment_derivation": SubcatchmentDerivation(), "outlet_derivation": OutletDerivation(), "topology_derivation": TopologyDerivation(), "hydraulic_design": HydraulicDesign() } - return full_parameters class SubcatchmentDerivation(BaseModel): """Parameters for subcatchment derivation."""