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 f0848a1 commit a0df69cCopy full SHA for a0df69c
nowcasting_datamodel/read/read_gsp.py
@@ -68,6 +68,6 @@ def get_latest_gsp_yield(
68
69
gsp_systems_with_no_gsp_yields.append(gsp)
70
71
- all_gsp_systems = gsp_systems_with_gsp_yields_ids + gsp_systems_with_no_gsp_yields
+ all_gsp_systems = gsp_systems_with_gsp_yields + gsp_systems_with_no_gsp_yields
72
73
return all_gsp_systems
0 commit comments