Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 5, 2024
1 parent d0612b4 commit b675566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion notebooks/create_test_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"source": [
"import xarray as xr\n",
"\n",
"\n",
"store = \"https://ncsa.osn.xsede.org/Pangeo/pangeo-forge/gpcp-feedstock/gpcp.zarr\"\n",
"\n",
"ds = xr.open_dataset(store, engine=\"zarr\", chunks={})\n",
Expand Down
9 changes: 4 additions & 5 deletions notebooks/rechunk.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
"metadata": {},
"outputs": [],
"source": [
"import xarray as xr\n",
"import shutil\n",
"\n",
"import rechunker\n",
"import xarray as xr\n",
"import zarr\n",
"import re\n",
"import numpy as np\n",
"import shutil\n",
"from ndpyramid import pyramid_coarsen, pyramid_reproject"
"from ndpyramid import pyramid_coarsen"
]
},
{
Expand Down

0 comments on commit b675566

Please sign in to comment.