diff --git a/src/whylogs/core/summaryconverters.py b/src/whylogs/core/summaryconverters.py index a7c697c41e..423eb9dbe4 100644 --- a/src/whylogs/core/summaryconverters.py +++ b/src/whylogs/core/summaryconverters.py @@ -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})