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

Commit 0d4e602

Browse files
committed
Merge branch 'bug/463-gsp-coords'
2 parents e7db512 + 2bc9a89 commit 0d4e602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/gsp/gsp_data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def get_example(
216216

217217
# get x,y coordinates
218218
gsp_x_coords = self.metadata.location_x[all_gsp_ids]
219-
gsp_y_coords = self.metadata.location_x[all_gsp_ids]
219+
gsp_y_coords = self.metadata.location_y[all_gsp_ids]
220220

221221
# convert to data array
222222
da = xr.DataArray(

0 commit comments

Comments
 (0)