Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 9c923c2

Browse files
committed
typo
1 parent c2063bf commit 9c923c2

File tree

1 file changed

+2
-2
lines changed
  • nowcasting_dataset/data_sources/gsp

1 file changed

+2
-2
lines changed

nowcasting_dataset/data_sources/gsp/eso.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ def get_gsp_metadata_from_eso(calculate_centroid: bool = True) -> pd.DataFrame:
7777

7878
assert "centroid_lat" in metadata.keys(), (
7979
"GSP Metadata does not contain centroid_lat, "
80-
'try deleteing the folder "nowcasting_dataset/data_sources/gsp/gsp_shape"'
80+
'try deleting the folder "nowcasting_dataset/data_sources/gsp/gsp_shape"'
8181
)
8282

8383
assert "centroid_lon" in metadata.keys(), (
8484
"GSP Metadata does not contain centroid_lon, "
85-
'try deleteing the folder "nowcasting_dataset/data_sources/gsp/gsp_shape"'
85+
'try deleting the folder "nowcasting_dataset/data_sources/gsp/gsp_shape"'
8686
)
8787

8888
return metadata

0 commit comments

Comments
 (0)