Skip to content

Commit

Permalink
mini bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolz committed Apr 8, 2024
1 parent e064eb0 commit ebc16b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymaster/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ def __init__(self, positions, weights, field, lmax, lmax_mask=-1,
self.n_iter_mask = None
self.pure_e = False
self.pure_b = False
self._Nw = 0.
self._Nf = 0.
self.ainfo = ut.NmtAlmInfo(lmax)

# The remaining attributes are only required for non-lite maps
Expand Down

0 comments on commit ebc16b6

Please sign in to comment.