Skip to content

Commit

Permalink
Update wind.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AUdaltsova authored Aug 7, 2024
1 parent 7620a69 commit 2036692
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"] = np.nan
df_metadata["ml_id"] = 0.0

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

Expand Down

0 comments on commit 2036692

Please sign in to comment.