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 5384f61 commit a8558c2Copy full SHA for a8558c2
src/nwp_consumer/internal/entities/tensorstore.py
@@ -384,6 +384,7 @@ def validate_store(self) -> ResultE[None]:
384
Returns:
385
A bool indicating the result of the validation.
386
"""
387
+ log.debug(f"Validating store at '{self.path}'")
388
store_da: xr.DataArray = xr.open_dataarray(self.path, engine="zarr")
389
390
# Check for NaNs
0 commit comments