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

Commit 2dc7a89

Browse files
authored
change ml_id to -1 pv.py
1 parent f678127 commit 2dc7a89

File tree

1 file changed

+1
-1
lines changed
  • ocf_datapipes/load/pv

1 file changed

+1
-1
lines changed

ocf_datapipes/load/pv/pv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def _load_pv_metadata(
225225

226226
# Add ml_id column if not in metadata already
227227
if "ml_id" not in df_metadata.columns:
228-
df_metadata["ml_id"] = 0.0
228+
df_metadata["ml_id"] = -1.0
229229

230230
if label == "solar_sheffield_passiv":
231231
# Add capacity in watts

0 commit comments

Comments
 (0)