Skip to content

Commit

Permalink
missing attributes in NmtFieldCatalogClustering
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Oct 3, 2024
1 parent 7d00368 commit 84a270d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pymaster/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,9 @@ def __init__(self, positions, weights, positions_rand, weights_rand,
self.alm_temp = None
self.minfo = None
self.n_temp = 0
self.anisotropic_mask = False
self.mask_a = None
self.alm_mask_a = None

# Sanity checks on positions and weights
def process_pos_w(pos, w, kind):
Expand Down

0 comments on commit 84a270d

Please sign in to comment.