We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ddf5c commit b0c5c38Copy full SHA for b0c5c38
src/nwp_consumer/internal/entities/tensorstore.py
@@ -325,7 +325,7 @@ def write_to_region(
325
@staticmethod
326
def _has_nans(store_da: xr.DataArray) -> ResultE[bool]:
327
"""Check the store for NaN values."""
328
- nans_in_image_threshold: float = 0.1
+ nans_in_image_threshold: float = 0.2
329
images_failing_nan_check_threshold: float = 0.0
330
def _calc_null_percentage(data: np.typing.NDArray[np.float32]) -> float:
331
nulls = np.isnan(data)
0 commit comments