Closed steven-murray closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.16%. Comparing base (
62196c7
) to head (529e3f4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes a weird bug where flagged values in the mean turned out to be 0 regardless of the value of
mean_fill_value
, and this was causing nans in the variance in simultaneous inpainting. This fix is a patch-up; we should investigate the root cause (something to do with MaskedArray behaviour that I don't understand).