Skip to content

Commit

Permalink
remove tbid from compute_counts inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Jul 15, 2024
1 parent ebc2563 commit dae6886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pfb/workers/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ def _grid(xdsi=None, **kw):
nx, ny,
cell_rad, cell_rad,
nthreads=opts.nthreads,
tbid=tbid,
workers=wname)

futures.append(fut)
Expand Down Expand Up @@ -531,6 +530,8 @@ def _grid(xdsi=None, **kw):
wsum += wsumb
n_launched += 1

print("\n") # after progressbar above

residual_mfs /= wsum
rms = np.std(residual_mfs)
rmax = np.abs(residual_mfs).max()
Expand Down

0 comments on commit dae6886

Please sign in to comment.