Skip to content

Commit

Permalink
for natural gas bills, set june to be allowed in Non-Heating-Usage bi…
Browse files Browse the repository at this point in the history
…lls but not included by default

Co-authored-by: eriksynn <[email protected]>
Co-authored-by: thatoldplatitude <[email protected]>
  • Loading branch information
3 people committed Sep 11, 2024
1 parent ca8dcc1 commit ec809b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules-engine/src/rules_engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _date_to_analysis_type_natural_gas(d: date) -> tuple[AnalysisType, bool]:
3: AnalysisType.ALLOWED_HEATING_USAGE,
4: AnalysisType.ALLOWED_HEATING_USAGE,
5: AnalysisType.NOT_ALLOWED_IN_CALCULATIONS,
6: AnalysisType.NOT_ALLOWED_IN_CALCULATIONS,
6: AnalysisType.ALLOWED_NON_HEATING_USAGE,
7: AnalysisType.ALLOWED_NON_HEATING_USAGE,
8: AnalysisType.ALLOWED_NON_HEATING_USAGE,
9: AnalysisType.ALLOWED_NON_HEATING_USAGE,
Expand Down

0 comments on commit ec809b5

Please sign in to comment.