Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Apr 4, 2024
1 parent c757433 commit 2d3d474
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ostap/fitting/tests/test_fitting_pypdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_PyPDF() :
logger = getLogger("test_PyPDF")

if not old_PyROOT :
logger.warning("test enabled only for*(very)OLD* PyROOT!")
logger.warning("test enabled only for *(very)OLD* PyROOT!")
return

logger.info ("Test pure python PDF: PyPDF ")
Expand Down Expand Up @@ -330,11 +330,10 @@ def test_PyPdf() :
logger.warning("test enabled only for NEW PyROOT!")
return

## if ( 6 , 31 ) <= root_info :
## logger.warning ( 'Test is temporarily disabled' )
## return


if ( 6 , 31 ) <= root_info :
logger.warning ( 'Test is *TEMPORARILY* disabled, see https://github.com/root-project/root/issues/15085#issuecomment-2029462023' )
return

# =============================================================================
## @class PyGauss1
# local ``pure-python'' PDF
Expand Down Expand Up @@ -420,9 +419,9 @@ def test_PyPdf_AI() :
logger.warning("test enabled only for NEW PyROOT!")
return

## if ( 6 , 31 ) <= root_info :
## logger.warning ( 'Test is temporarily disabled' )
## return
if ( 6 , 31 ) <= root_info :
logger.warning ( 'Test is *TEMPORARILY* disabled, see https://github.com/root-project/root/issues/15085#issuecomment-2029462023' )
return

# =============================================================================
## @class PyGauss
Expand Down

0 comments on commit 2d3d474

Please sign in to comment.