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 committed Dec 20, 2023
1 parent 07c5e21 commit df0e563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/menelaus/data_drift/test_stat_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ def test_update_with_drift(self):
reference_data = np.array([1,1,1,1,1,0,0,0,0,0])
new_data = np.array([1,0,0,0,0,0,0,0,0,0,0,0,0])
detector.set_reference(reference_data)
detector.update(new_data,alt = 'two-sided')
detector.update(new_data,alt = 'less')
assert detector.drift_state is not None

0 comments on commit df0e563

Please sign in to comment.