Skip to content

Commit

Permalink
deproj_bias debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Dec 29, 2023
1 parent 0617da6 commit 08a5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymaster/workspaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def purify_if_needed(fld, mp):
for m in range(f1.nmaps)])
# SHT^-1[C^ab*SHT[w*gj]]
gtild_j = ut.alm2map(gtild_j, f1.spin, f1.wt.minfo,
f1.ainfo) * f1.mask[None, :]
f1.ainfo)
if f1.n_temp > 0:
# Int[f^i*v*SHT^-1[C^ab*SHT[w*gj]]]
for ii, ti in enumerate(f1.temp):
Expand Down

0 comments on commit 08a5eea

Please sign in to comment.