Skip to content

Commit

Permalink
Update pvsite_forecast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Jan 3, 2025
1 parent 0dca786 commit 09b839e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pvsite_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ def convert_df(df: pd.DataFrame):

if country == "india":
df["forecast_power_kw"] = df[forecast_column]
st.write(f"Selected Site UUID: {site_selection_uuid}")
penalties, total_penalty = calculate_penalty(df, str(region), str(asset_type), capacity_kw)
one_metric_data["total_penalty [INR]"] = total_penalty

Expand Down

0 comments on commit 09b839e

Please sign in to comment.