Skip to content

Commit

Permalink
Updated expectation for stebbs namelist files
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPaskin committed Jan 28, 2025
1 parent 332e4a8 commit fb49e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supy/_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ def load_SUEWS_dict_ModConfig(path_runcontrol, dict_default=dict_RunControl_defa
)

# load STEBBS-specific variables:
if dict_RunControl["stebbsmethod"] == 1:
if dict_RunControl["stebbsmethod"] == 2:
path_stebbs_typologies = (
path_runcontrol.parent
/ dict_RunControl["fileinputpath"]
Expand Down

0 comments on commit fb49e6a

Please sign in to comment.