Skip to content

Commit

Permalink
Update test_stat_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
951378644 authored Dec 20, 2023
1 parent c876dd9 commit f1a7550
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/menelaus/data_drift/test_stat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def test_update_reset(self):
divergence=MockDivergence,
crit_function=MockCritFunction)
detector.set_reference([1,2,3])
detector.drift_state = 'drift'
detector.reset()
detector.drift_state = "drift"
detector.update(X=[1,2,3])
assert detector.drift_state is None

Expand Down

0 comments on commit f1a7550

Please sign in to comment.