Skip to content

Commit

Permalink
Update stat_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
951378644 committed Dec 20, 2023
1 parent df0e563 commit 06f7185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions menelaus/data_drift/stat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def update(self, X, y_true=None, y_pred=None, alt=None):
"""
if self.drift_state == "drift":
self.reset()
self.reference = self.test

X, _, _ = super()._validate_input(X, None, None)
X = X.reshape(
len(X),
Expand Down

0 comments on commit 06f7185

Please sign in to comment.