Skip to content

Commit

Permalink
Use the same chunks for geomad as for load
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Oct 2, 2024
1 parent aa9f846 commit d2a215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def main(

processor = ProcessorClass(
geomad_options=dict(
work_chunks=(600, 600),
work_chunks=(3201, 3201),
num_threads=geomad_threads,
maxiters=100,
),
Expand Down

0 comments on commit d2a215c

Please sign in to comment.