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

Commit 1a7fd83

Browse files
committed
fix wrong logger message on raw_data_load_save.py
1 parent 40fde1b commit 1a7fd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/sun/raw_data_load_save.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def load_from_zarr(
141141
The index is timestamps, and the columns are the x and y coordinates
142142
143143
"""
144-
logger.debug("Loading Solar PV Data from GCS")
144+
logger.debug("Loading sun data")
145145

146146
# It is possible to simplify the code below and do
147147
# xr.open_dataset(file, engine='h5netcdf')

0 commit comments

Comments
 (0)