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 Nov 22, 2023
1 parent 494f372 commit 50b9a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satip/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,11 @@ def data_quality_filter(ds: xr.Dataset, threshold_fraction: float = 0.9) -> bool
"""
Filter out datasets with a high fraction of zeros
Args:
Args:
ds: Dataset to check
threshold_fraction: Fraction of 0's where the data quality is too low, so fail the check
Returns:
Returns:
False, if the data contains too many zeros
True, if not
"""
Expand Down

0 comments on commit 50b9a21

Please sign in to comment.