Skip to content

Commit

Permalink
Merge branch 'preprocessing' of https://github.com/ImperialCollegeLon…
Browse files Browse the repository at this point in the history
…don/SWMManywhere into preprocessing
  • Loading branch information
Dobson committed Mar 1, 2024
2 parents 3d3e0fa + 2f140b9 commit eff0e9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swmmanywhere/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit eff0e9b

Please sign in to comment.