Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 9, 2024
1 parent e6aca69 commit 28b7300
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ostap/stats/tests/test_stats_gof1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ===============================================================================
Expand Down

0 comments on commit 28b7300

Please sign in to comment.