Skip to content

Commit a8558c2

Browse files
committed
chore(tensorstore): Debug log validate
1 parent 5384f61 commit a8558c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nwp_consumer/internal/entities/tensorstore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def validate_store(self) -> ResultE[None]:
384384
Returns:
385385
A bool indicating the result of the validation.
386386
"""
387+
log.debug(f"Validating store at '{self.path}'")
387388
store_da: xr.DataArray = xr.open_dataarray(self.path, engine="zarr")
388389

389390
# Check for NaNs

0 commit comments

Comments
 (0)