Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions heracles/twopoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ def mixing_matrices(
except KeyError:
continue

# deal with structured cl arrays
if cl.dtype.names is not None:
cl = cl["CL"]

# compute mixing matrices for all fields of this mask combination
for f1, f2 in product(fields1, fields2):
# check if this combination has been done already
Expand Down
Loading