Skip to content

Commit 1f1d8e6

Browse files
committed
revert gmsl path
1 parent 1605b3e commit 1f1d8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dscim/menu/simple_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def gmst(self):
9696
@property
9797
def gmsl(self):
9898
"""Cached GMSL anomalies"""
99-
gmsl = xr.open_dataset(self.gmsl_path).gmsl.to_dataframe().reset_index()
99+
gmsl = xr.open_zarr(self.gmsl_path).gmsl.to_dataframe().reset_index()
100100

101101
return gmsl
102102

0 commit comments

Comments
 (0)