Skip to content

Commit c11dfc9

Browse files
committed
fix bug in full run true
1 parent cd79aa7 commit c11dfc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/run_model_in_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"\n",
183183
"full_run = False\n",
184184
"if full_run:\n",
185-
" forcing_filenames_list = Path(config[\"ForcingPath\"]).iterdir()\n",
185+
" forcing_filenames_list = [file.name for file in Path(config[\"ForcingPath\"]).iterdir()]\n",
186186
"\n",
187187
"config_path_dict = {}\n",
188188
"work_dir_dict = {}\n",

0 commit comments

Comments
 (0)