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

Commit 43ea8f0

Browse files
committed
udpdate
1 parent f95313f commit 43ea8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/gsp/pvlive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_list_of_gsp_ids(
3434

3535
# setup pv Live class, although here we are getting historic data
3636
pvl = PVLive()
37-
gsp_ids = pvl.ggd_lookup
37+
gsp_ids = pvl.gsp_list
3838

3939
if not return_national:
4040
gsp_ids = gsp_ids[gsp_ids["gsp_id"] != 0]

0 commit comments

Comments
 (0)