Skip to content

Commit

Permalink
remove obsolete import, testdata from main
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Oct 15, 2024
1 parent ab11e86 commit 7e25032
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/notebooks/hydrological_modelling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"metadata": {},
"outputs": [],
"source": [
"import planetary_computer\n",
"\n",
"import xhydro as xh\n",
"import xhydro.modelling as xhm\n",
"\n",
Expand All @@ -54,7 +52,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "3",
"metadata": {
"editable": true,
Expand Down Expand Up @@ -114,7 +112,7 @@
"\n",
"# This notebook will use ERA5 data for a small watershed in Eastern Quebec, along with faked elevation data.\n",
"GITHUB_URL = \"https://github.com/hydrologie/xhydro-testdata\"\n",
"BRANCH_OR_COMMIT_HASH = \"for_nb\"\n",
"BRANCH_OR_COMMIT_HASH = \"main\"\n",
"\n",
"# Streamflow file (1 file - Hydrotel driven by BCC-CSM-1.1(m))\n",
"meteo_file = pooch.retrieve(\n",
Expand All @@ -137,7 +135,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "7",
"metadata": {},
"outputs": [],
Expand Down

0 comments on commit 7e25032

Please sign in to comment.