Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 23, 2024
1 parent ac24106 commit ccb1350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_forecast_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_generation_data(
# as this is current what ocf_datapipes expects
# This is because we normalize by the watts amount
col = generation_df.columns[0]
generation_df[col] = generation_df[col].astype(float) * 1e3\
generation_df[col] = generation_df[col].astype(float) * 1e3

# Site metadata dataframe
sites_df = pd.DataFrame(
Expand Down

0 comments on commit ccb1350

Please sign in to comment.