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

Commit f7a8f4a

Browse files
committed
Merge branch 'main' of github.com:openclimatefix/nowcasting_dataset
2 parents b4dd842 + a0a14e4 commit f7a8f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 2.0.7
4+
current_version = 2.0.9
55

66
[bumpversion:file:setup.py]
77
search = version="{current_version}"

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')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="nowcasting_dataset",
13-
version="2.0.7",
13+
version="2.0.9",
1414
license="MIT",
1515
description="Nowcasting Dataset",
1616
author="Jack Kelly, Peter Dudfield, Jacob Bieker",

0 commit comments

Comments
 (0)