Skip to content

Commit 98c3693

Browse files
Apply pre-commit fixes
1 parent 1c73924 commit 98c3693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting_started/tutorials/04.reductions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
"source": [
309309
"# Manual chunking\n",
310310
"chunks = (200, 200, 100)\n",
311-
"#blocks = (100, 50, 50) # optional, but can help performance\n",
311+
"# blocks = (100, 50, 50) # optional, but can help performance\n",
312312
"meas = measure_blosc2(chunks, blocks=None)\n",
313313
"plot_meas(meas_np, meas, chunks)"
314314
]

0 commit comments

Comments
 (0)