Skip to content

Commit

Permalink
fixed paramter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed May 6, 2024
1 parent a72ecfc commit 41b243d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions algo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def __init__(self, data_path):
self.current_mean,
self.num_datepoints) = self.load_data(self.current_stddev,
self.current_mean,
self.num_datepoints,
self.first_data_time)
self.num_datepoints)


def calculate_std(self, new_value, current_stddev, current_mean, num_datepoints):
Expand Down

0 comments on commit 41b243d

Please sign in to comment.