Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Oct 5, 2024
1 parent 4f58533 commit aae0459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/stats/tests/test_stats_gofnd.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def test_ppd () :
logger = getLogger ("test_ppd")
from ostap.stats.gof_np import np,sp,s2u,cdist
if not np or not sp or not s2u or not cdist:
logger.warning ('No numpy/scipy: skip the test!')
## return
logger.warning ('No numpy/scipy/s4u/cdist: skip the test!')
return

pdf = gauss2

Expand Down

0 comments on commit aae0459

Please sign in to comment.