Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 22, 2023
1 parent ad4394f commit 3cb52f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ostap/fitting/tests/test_fitting_polynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,20 @@ def test_db() :
# =============================================================================
if '__main__' == __name__ :

with timing ( 'Bernstein positive polynomials: PolyPos_pdf' , logger ) :
test_poly_positive()
with timing ( 'Bernstein positive polynomials: PolyPos_pdf' , logger ) :
test_poly_positive()

with timing ( 'KarlinShapley positive polynomials: KarlinShapley_pdf' , logger ) :
test_poly_karlin_shapley ()

with timing ( 'KarlinShapley positive polynomials: KarlinShapley_pdf' , logger ) :
test_poly_karlin_shapley ()

with timing ( 'KarlinStudden positive polynomials: KarlinStudden_pdf' , logger ) :
test_poly_karlin_studden ()

test_poly_karlin_studden ()
with timing ( 'Native RooFit polynomials: RooPoly_pdf' , logger ) :
test_poly_roopoly()

with timing ( 'RooFit Chebyshev polynomials: RooCheb_pdf' , logger ) :
test_poly_roocheb()
with timing ( 'RooFit Chebyshev polynomials: RooCheb_pdf' , logger ) :
test_poly_roocheb()

test_db()

Expand Down

0 comments on commit 3cb52f9

Please sign in to comment.