Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent 1825da7 commit 09305cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optim_esm_tools/region_finding/keep_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import itertools
import numpy as np


class MaskAll(RegionExtractor):
def get_masks(self) -> _mask_cluster_type: # pragma: no cover
mask_2d = ~self.data_set[self.variable].isnull().all(dim='time')
Expand Down

0 comments on commit 09305cc

Please sign in to comment.