From 28b7300836dc08b04b47b3124733a64dbabdd250 Mon Sep 17 00:00:00 2001 From: Vanya Belyaev Date: Wed, 9 Oct 2024 13:48:19 +0200 Subject: [PATCH] disable --- ostap/stats/tests/test_stats_gof1d.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ostap/stats/tests/test_stats_gof1d.py b/ostap/stats/tests/test_stats_gof1d.py index 4f447eb7..41092489 100644 --- a/ostap/stats/tests/test_stats_gof1d.py +++ b/ostap/stats/tests/test_stats_gof1d.py @@ -301,11 +301,15 @@ 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_bad_fit_1 () ## fit Gauss to Gauss+Bkg - + pass + +""" +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 +""" + # =============================================================================== ## The END # ===============================================================================