Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeAdachi committed Mar 22, 2022
1 parent a3bcc1d commit bf38773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/whylogs/core/summaryconverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def ks_test_compute_p_value(target_distribution: kll_floats_sketch, reference_di

p_value = stats.distributions.kstwo.sf(D_max, np.round(en))


return type("Object", (), {"ks_test": p_value})


Expand Down

0 comments on commit bf38773

Please sign in to comment.