Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
language_version: python3.11
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
Expand Down
1 change: 1 addition & 0 deletions gsy_framework/constants_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class HeatPumpSettings:
PREFERRED_BUYING_RATE = 30
CALIBRATION_COEFFICIENT = 0.6
CALIBRATION_COEFFICIENT_RANGE = RangeLimit(0, 1)
TANK_LOSS_PERCENT_DAY = 0

class EVChargerSettings:
"""Default settings for EV charger assets."""
Expand Down