Skip to content

Commit

Permalink
Dev #8: Update ERA5 markdown download end date
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Jun 4, 2024
1 parent de7990a commit d50a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4890,7 +4890,7 @@
"\n",
" ```python\n",
" processing_dates = dict(\n",
" train=[pd.to_datetime(el) for el in pd.date_range(\"2020-01-01\", \"2020-03-31\")], # <-- Increase to 91 days for training\n",
" train=[pd.to_datetime(el) for el in pd.date_range(\"2020-01-01\", \"2020-03-30\")], # <-- Increase to 90 days for training\n",
" val=[pd.to_datetime(el) for el in pd.date_range(\"2020-04-03\", \"2020-04-20\")], # <-- Increase to 17 days for validation\n",
" test=[pd.to_datetime(el) for el in pd.date_range(\"2020-04-01\", \"2020-04-02\")],\n",
" )\n",
Expand Down

0 comments on commit d50a166

Please sign in to comment.