Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ridden authored and Ryan Ridden committed Mar 13, 2024
1 parent b76bcf4 commit 5a7a256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tessreduce/tessreduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ def _bkg_round_3(self,iters=5):
bkg_3 = Parallel(n_jobs=self.num_cores)(delayed(_parallel_bkg3)(self.bkg[i],dist_mask[i])
for i in np.arange(len(dist_mask)))
else:
bkg_3 = []
bkg_smth = np.zeros_like(dist_mask)
for i in range(len(dist_mask)):
bkg_3[i] = _parallel_bkg3(self.bkg[i],dist_mask[i])
Expand Down

0 comments on commit 5a7a256

Please sign in to comment.