Skip to content

Commit

Permalink
Delete s_pv_ff_5 slider value in esys hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed May 16, 2024
1 parent 624fbdd commit c0441a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digiplan/map/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def adapt_renewable_capacities(scenario: str, data: dict, request: HttpRequest)
# Remove unnecessary renewable sliders:
del data["s_pv_ff_3"]
del data["s_pv_ff_4"]
del data["s_pv_ff_5"]
del data["s_pv_d_3"]

return data

0 comments on commit c0441a6

Please sign in to comment.