Skip to content

Commit 0d7a3a1

Browse files
committed
Merge branch 'fix-gsp-yield-read'
2 parents a4772fd + a0df69c commit 0d7a3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_datamodel/read/read_gsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def get_latest_gsp_yield(
6868

6969
gsp_systems_with_no_gsp_yields.append(gsp)
7070

71-
all_gsp_systems = gsp_systems_with_gsp_yields_ids + gsp_systems_with_no_gsp_yields
71+
all_gsp_systems = gsp_systems_with_gsp_yields + gsp_systems_with_no_gsp_yields
7272

7373
return all_gsp_systems

0 commit comments

Comments
 (0)