Skip to content

Commit

Permalink
Merge pull request #300 from CSHS-CWRA/spotpy_seed_fix
Browse files Browse the repository at this point in the history
Fixed random seed application in Spotpy
  • Loading branch information
richardarsenault authored Aug 3, 2023
2 parents e6e8509 + 9eb5b9d commit 507d40f
Show file tree
Hide file tree
Showing 2 changed files with 462 additions and 61 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/03_Extracting_forcing_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
" tmp = Path(tempfile.mkdtemp())\n",
" ERA5_tmin.to_netcdf(tmp / \"ERA5_tmin.nc\")\n",
" ERA5_tmax.to_netcdf(tmp / \"ERA5_tmax.nc\")\n",
" ERA5_pr.to_netcdf(tmp / \"ERA5_pr.nc\")\n"
" ERA5_pr.to_netcdf(tmp / \"ERA5_pr.nc\")"
]
},
{
Expand Down
Loading

0 comments on commit 507d40f

Please sign in to comment.