From ccb13505e864c85bb9e7267e6479cffba3702c8f Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Wed, 23 Oct 2024 17:09:42 +0100 Subject: [PATCH] tidy up --- india_forecast_app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(