Skip to content

Commit

Permalink
fix black errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Sep 27, 2024
1 parent 0b467a3 commit 3aae254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyStemmusScope/bmi/variable_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class BmiVariable:
units="-",
grid=0,
keys=["gwfluxes", "indxRchrg"],
),
),
# groundwater (coupling) vars
BmiVariable(
name="groundwater_coupling_enabled",
Expand Down Expand Up @@ -159,5 +159,5 @@ class BmiVariable:
units="cm",
grid=0,
keys=["GroundwaterSettings", "topLevel"],
),
),
)
1 change: 1 addition & 0 deletions PyStemmusScope/config_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def _copy_data(input_dir: Path, config: dict) -> None:
"Remove the key from the config file or provide the file."
)


def _update_config_file(
input_dir: Path,
output_dir: Path,
Expand Down

0 comments on commit 3aae254

Please sign in to comment.