Skip to content

Commit 9bd1123

Browse files
authored
Remove p2p rechunking config (#52)
1 parent eb99012 commit 9bd1123

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

xarray.ipynb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,21 +117,6 @@
117117
"## Rechunk"
118118
]
119119
},
120-
{
121-
"cell_type": "code",
122-
"execution_count": null,
123-
"id": "da1eca49-8362-42c6-aea7-ac986df36ef3",
124-
"metadata": {},
125-
"outputs": [],
126-
"source": [
127-
"import dask\n",
128-
"\n",
129-
"dask.config.set({\n",
130-
" \"array.rechunk.method\": \"p2p\",\n",
131-
" \"optimization.fuse.active\": False,\n",
132-
"});"
133-
]
134-
},
135120
{
136121
"cell_type": "code",
137122
"execution_count": null,
@@ -192,7 +177,7 @@
192177
"name": "python",
193178
"nbconvert_exporter": "python",
194179
"pygments_lexer": "ipython3",
195-
"version": "3.12.3"
180+
"version": "3.10.17"
196181
}
197182
},
198183
"nbformat": 4,

0 commit comments

Comments
 (0)