Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 9163ad4

Browse files
authored
update type hint excarta.py
1 parent 4f0899b commit 9163ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocf_datapipes/load/nwp/providers/excarta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def preprocess_excarta(ds: xr.Dataset) -> xr.Dataset:
2626
return ds
2727

2828

29-
def open_excarta(zarr_path) -> xr.Dataset:
29+
def open_excarta(zarr_path) -> xr.DataArray:
3030
"""
3131
Opens the Excarta hindcast data
3232

0 commit comments

Comments
 (0)