Skip to content

Commit 95cf51e

Browse files
committed
minor
1 parent 9ac64dc commit 95cf51e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ess/amor/normalization.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ def mask_events_where_supermirror_does_not_cover(
6363
m=mvalue,
6464
alpha=alpha,
6565
)
66-
sam = sam.bins.assign_masks(supermirror_does_not_cover=sc.isnan(R))
67-
return sam
66+
return sam.bins.assign_masks(supermirror_does_not_cover=sc.isnan(R))
6867

6968

7069
def evaluate_reference_at_sample_coords(

0 commit comments

Comments
 (0)