Skip to content

Commit

Permalink
fix final import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Aug 28, 2024
1 parent aa0e01f commit be3645a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/notebooks/sdba-advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,8 @@
"source": [
"from matplotlib import pyplot as plt\n",
"\n",
"import xclim as xc\n",
"from xclim import sdba\n",
"from xclim.testing.helpers import open_dataset\n",
"from xclim.testing import open_dataset\n",
"\n",
"# load test data\n",
"hist = open_dataset(\"sdba/CanESM2_1950-2100.nc\").sel(time=slice(\"1950\", \"1980\")).tasmax\n",
Expand Down

0 comments on commit be3645a

Please sign in to comment.