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

Commit 57ee2bc

Browse files
authored
Merge pull request #434 from openclimatefix/jacob/non-fix
Fix #432
2 parents 1a81f7b + 3a72867 commit 57ee2bc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

nowcasting_dataset/config/model.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,15 @@ def set_forecast_and_history_minutes(cls, values):
249249
"""
250250
# It would be much better to use nowcasting_dataset.data_sources.ALL_DATA_SOURCE_NAMES,
251251
# but that causes a circular import.
252-
ALL_DATA_SOURCE_NAMES = ("pv", "satellite", "nwp", "gsp", "topographic", "sun")
252+
ALL_DATA_SOURCE_NAMES = (
253+
"pv",
254+
"hrvsatellite",
255+
"satellite",
256+
"nwp",
257+
"gsp",
258+
"topographic",
259+
"sun",
260+
)
253261
enabled_data_sources = [
254262
data_source_name
255263
for data_source_name in ALL_DATA_SOURCE_NAMES

0 commit comments

Comments
 (0)