Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
Co-authored-by: dwindleduck <[email protected]>
Co-authored-by: Debajyoti Debnath <[email protected]>
Co-authored-by: harry <[email protected]>
Co-authored-by: Alan Pinkert <[email protected]>
Co-authored-by: Jonathan Kwan <[email protected]>
Co-authored-by: David Egan <[email protected]>
Co-authored-by: Tyler Monaghan <[email protected]>
Co-authored-by: Chad Stoughton <[email protected]>
Co-authored-by: thatoldplatitude <[email protected]>
  • Loading branch information
10 people committed Feb 14, 2024
1 parent 9629736 commit de0c8d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rules-engine/src/rules_engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@ def _calculate_balance_point_and_ua(
self.balance_point_graph.records.append(balance_point_graph_row)

self._refine_balance_point(initial_balance_point_sensitivity)

print(self.stdev_pct, stdev_pct_max)

while self.stdev_pct > stdev_pct_max:
outliers = [abs(bill.ua - self.avg_ua) for bill in self.bills_winter]
Expand Down

0 comments on commit de0c8d3

Please sign in to comment.