Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit d8668d6

Browse files
committed
fix test
1 parent d133297 commit d8668d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocf_datapipes/load/gsp/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def put_gsp_data_into_an_xr_dataarray(
3636
data_array = data_array.assign_coords(
3737
x_osgb=("gsp_id", x_osgb),
3838
y_osgb=("gsp_id", y_osgb),
39-
capacity_mwp=(("time_utc", "gsp_id"), capacity_megawatt_power),
39+
capacity_megawatt_power=(("time_utc", "gsp_id"), capacity_megawatt_power),
4040
)
4141
return data_array
4242

0 commit comments

Comments
 (0)