diff --git a/india_forecast_app/app.py b/india_forecast_app/app.py index 097e3f4..be7ad87 100644 --- a/india_forecast_app/app.py +++ b/india_forecast_app/app.py @@ -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(