Skip to content

Commit

Permalink
Set default ban announcement to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
charlotte-avery committed Oct 21, 2024
1 parent 72cfada commit 9ad9bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def model_factory(**model_attributes):
"heating_system_hassle_factor": 0.7,
"interventions": [],
"gas_oil_boiler_ban_datetime": datetime.datetime(2035, 1, 1),
"gas_oil_boiler_ban_announce_datetime": datetime.datetime(2035, 1, 1),
"gas_oil_boiler_ban_announce_datetime": datetime.datetime(2025, 1, 1),
"price_gbp_per_kwh_gas": 0.0465,
"price_gbp_per_kwh_electricity": 0.2006,
"price_gbp_per_kwh_oil": 0.0482,
Expand Down

0 comments on commit 9ad9bf6

Please sign in to comment.