Skip to content

Commit

Permalink
d2hydro reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTollenaar committed Jan 24, 2025
1 parent f8b170e commit 4cf067e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/brabantse_delta/01_fix_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@

# %% write model
model.use_validation = True
ribasim_fix_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml")
ribasim_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml")
model.write(ribasim_toml)
model.report_basin_area()
model.report_internal_basins()
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hunze_en_aas/01_fix_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

# %% write model
model.use_validation = True
ribasim_fix_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml")
ribasim_toml = cloud.joinpath(authority, "modellen", f"{authority}_fix_model", f"{name}.toml")
model.write(ribasim_toml)
model.report_basin_area()
model.report_internal_basins()
Expand Down

0 comments on commit 4cf067e

Please sign in to comment.