We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0181 commit 909c5efCopy full SHA for 909c5ef
docs/tutorial/tutorial.py
@@ -93,7 +93,7 @@
93
# without any downsampling. Before doing this lets do a quick check of how much memory
94
# each process will take up when we run stack-to-chunk:
95
96
-bytes_per_process = stack_to_chunk.memory_per_process(images, chunk_size=16)
+bytes_per_process = stack_to_chunk.memory_per_slab_process(images, chunk_size=16)
97
print(f"Each process will use {bytes_per_process / 1e6:.1f} MB")
98
99
0 commit comments