Skip to content

Commit

Permalink
Remove stray rechunk line
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed May 23, 2024
1 parent 1094cf7 commit bc30669
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions xarray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,6 @@
"result.to_zarr(\"s3://oss-scratch-space/nwm-x-optimized.zarr\", mode=\"w\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1d615e48-29dc-48b8-a185-c2fd20c3fdda",
"metadata": {},
"outputs": [],
"source": [
"result.chunk("
]
},
{
"cell_type": "markdown",
"id": "268ccde2-7e83-4e97-9fb7-4887a52adbe6",
Expand All @@ -188,9 +178,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:coiled]",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "conda-env-coiled-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -202,7 +192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bc30669

Please sign in to comment.