Skip to content

Commit

Permalink
add soil layers setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Daoud committed Aug 21, 2024
1 parent ded2b50 commit 61f353b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyStemmusScope/config_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ def _copy_data(input_dir: Path, config: dict) -> None:
str(config[folder]), str(input_dir / folder), dirs_exist_ok=True
)

# copy input_data.xlsx
# copy input_data.xlsx and input_soilLayThick.csv
shutil.copy(str(config["input_data"]), str(input_dir))

shutil.copy(str(input_dir / input_soilLayThick.csv]), str(input_dir))

def _update_config_file(
input_dir: Path,
Expand Down

0 comments on commit 61f353b

Please sign in to comment.