Skip to content

Commit

Permalink
return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mciethan committed Sep 12, 2023
1 parent b8217eb commit 7d6a530
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 @@ -162,7 +162,7 @@ def calculate_boiler_usage(self, fuel_multiplier: float):
# self.num_occupants: the number of occupants in Home
# self.water_heat_efficiency: a number indicating how efficient the heating system is

return
return 0

"""
your pseudocode looks correct provided there's outer logic that
Expand Down

0 comments on commit 7d6a530

Please sign in to comment.