From 8c675466bf2fdb238380d41c5dfc213eaf260603 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Tue, 8 Oct 2024 12:37:13 +0200 Subject: [PATCH] more tests --- ostap/stats/tests/test_stats_gof1d.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ostap/stats/tests/test_stats_gof1d.py b/ostap/stats/tests/test_stats_gof1d.py index f8601bd1..4f447eb7 100644 --- a/ostap/stats/tests/test_stats_gof1d.py +++ b/ostap/stats/tests/test_stats_gof1d.py @@ -301,9 +301,9 @@ def test_bad_fit_1 ( ) : # =============================================================================== if '__main__' == __name__ : - ## test_good_fit_1 () ## fit Gauss to Gauss - ## test_good_fit_2 () ## fit Gauss+Bkg to Gauss - ## test_good_fit_3 () ## fit Gauss+Bkg to Gauss+Bkg + test_good_fit_1 () ## fit Gauss to Gauss + test_good_fit_2 () ## fit Gauss+Bkg to Gauss + test_good_fit_3 () ## fit Gauss+Bkg to Gauss+Bkg test_bad_fit_1 () ## fit Gauss to Gauss+Bkg # ===============================================================================