Skip to content

Commit

Permalink
temp solution for issue-120
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Nov 11, 2024
1 parent be93da8 commit 9a09feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pfb/workers/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def _init(**kw):
Irow = slice(ridx[0], ridx[-1] + rcnts[-1])

fitr = enumerate(zip(freq_mapping[ms][idt]['start_indices'],
freq_mapping[ms][idt]['counts']))
freq_mapping[ms][idt]['counts']))

for fi, (flow, fcounts) in fitr:
Inu = slice(flow, flow + fcounts)
Expand All @@ -276,7 +276,7 @@ def _init(**kw):
utimes[ms][idt][It],
ridx, rcnts,
radecs[ms][idt],
fi, ti, ims, ms, flow, flow+fcounts])
ddid + fi, ti, ims, ms, flow, flow+fcounts])

futures = []
associated_workers = {}
Expand Down

0 comments on commit 9a09feb

Please sign in to comment.