Skip to content

Commit

Permalink
Update test_psi_detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
951378644 committed Nov 22, 2023
1 parent cc85fac commit 5d9f06f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/menelaus/data_drift/test_psi_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ def test_psi_compute_PSI():
test = np.random.randint(0,100,100)
det.set_reference(X = ref)
det.update(X = test)
threshold = det.PSI_value
assert threshold >= 0 and threshold <= 1
assert det.PSI_value >= 0 and det.PSI_value <= 1

0 comments on commit 5d9f06f

Please sign in to comment.