We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25a375 commit e95d52aCopy full SHA for e95d52a
nowcasting_datamodel/read/read_gsp.py
@@ -24,7 +24,7 @@ def get_latest_gsp_yield(
24
:return: either list of gsp yields, or pv systems
25
"""
26
27
- gsp_ids = [gsp.id for gsp in gsps]
+ gsp_ids = [gsp.gsp_id for gsp in gsps]
28
29
# start main query
30
query = session.query(GSPYieldSQL)
0 commit comments