Skip to content

Commit

Permalink
change ml_id to -1 wind.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AUdaltsova authored Aug 7, 2024
1 parent 2036692 commit f678127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocf_datapipes/load/wind/wind.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _load_wind_metadata(filename: str) -> pd.DataFrame:

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

_log.info(f"Found {len(df_metadata)} Wind systems in {filename}")

Expand Down

0 comments on commit f678127

Please sign in to comment.