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.
2 parents a4772fd + a0df69c commit 0d7a3a1Copy full SHA for 0d7a3a1
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