We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014eb6 commit 3209ed5Copy full SHA for 3209ed5
src/mdio/segy/blocked_io.py
@@ -98,7 +98,6 @@ def to_zarr( # noqa: PLR0913, PLR0915
98
num_workers = min(num_chunks, num_cpus)
99
context = mp.get_context("spawn")
100
executor = ProcessPoolExecutor(max_workers=num_workers, mp_context=context)
101
- # return executor
102
103
segy_kw = {
104
"url": segy_file.fs.unstrip_protocol(segy_file.url),
0 commit comments