Skip to content

Commit

Permalink
reset chunksize
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Dec 19, 2024
1 parent 486836c commit ff5c83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remove_starfield/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def build_starfield_estimate(
n_good = 0
stack_sources = []
for (ymin, ymax, xmin, xmax, output, fname) in p.imap_unordered(
_process_file, args, chunksize=5):
_process_file, args, chunksize=1):
# for (ymin, ymax, xmin, xmax, output) in map(process_file_percentile, args):
pbar_stack.update()
if output is not None:
Expand Down Expand Up @@ -291,7 +291,7 @@ def args():
# for y, res in enumerate(map(
_reduce_strip,
args(),
chunksize=20)):
chunksize=1)):
# )):
pbar_reduce.update()
if attribution:
Expand Down

0 comments on commit ff5c83c

Please sign in to comment.