Skip to content

Commit 909c5ef

Browse files
committed
Fix tutotrial
1 parent 51d0181 commit 909c5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
# without any downsampling. Before doing this lets do a quick check of how much memory
9494
# each process will take up when we run stack-to-chunk:
9595

96-
bytes_per_process = stack_to_chunk.memory_per_process(images, chunk_size=16)
96+
bytes_per_process = stack_to_chunk.memory_per_slab_process(images, chunk_size=16)
9797
print(f"Each process will use {bytes_per_process / 1e6:.1f} MB")
9898

9999

0 commit comments

Comments
 (0)