Skip to content

Commit 6f1637b

Browse files
committed
Remove unnecessary Dask array chunk size configuration from main function
1 parent df0f398 commit 6f1637b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/access_mopper/templates/cmor_python_script.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def main():
7373
# Configure Dask based on available resources
7474
import dask
7575
dask.config.set({
76-
'array.chunk-size': '512MB',
7776
'distributed.worker.memory.target': 0.8,
7877
'distributed.worker.memory.spill': 0.9,
7978
'distributed.worker.memory.pause': 0.95,

0 commit comments

Comments
 (0)