Skip to content

Commit

Permalink
fix(unit-test): change the ktest value because of non-zero dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ninopleno committed Dec 11, 2023
1 parent 94276f2 commit efc3cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/detectors/test_pot_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def test_evaluation_with_ks_1sample(self):
expected_kstest_result = pd.DataFrame(
data={
"total_nonzero_exceedances": [50],
"stats_distance": [0.9798328261695748],
"p_value": [3.414145934563587e-85],
"stats_distance": [0.8331661595029082],
"p_value": [4.312557311051241e-05],
"c": [-1.3371948412738648],
"loc": [0],
"scale": [272179.457686573],
Expand Down

0 comments on commit efc3cf6

Please sign in to comment.