Skip to content

Commit 250e7f3

Browse files
authored
gh-405: Legacy code removal (#418)
1 parent f82af30 commit 250e7f3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

heracles/twopoint.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,6 @@ def mixing_matrices(
362362
except KeyError:
363363
continue
364364

365-
# deal with structured cl arrays
366-
if cl.dtype.names is not None:
367-
cl = cl["CL"]
368-
369365
# compute mixing matrices for all fields of this mask combination
370366
for f1, f2 in product(fields1, fields2):
371367
# check if this combination has been done already

0 commit comments

Comments
 (0)