Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

Indeed, I cannot reproduce this with Pyhon3.8:

(vev) ❯ python -m pytest tests/test_validation.py -vvvv -k 
"test_optimizer_stitching" -v
=============================================================================================================
 test session starts 
==============================================================================================================
platform darwin -- Python 3.8.2, pytest-3.10.1, py-1.9.0, pluggy-0.13.1 -- 
/Users/pgalindo3/github/python/master/vev/bin/python                            
                                                                                
     cachedir: .pytest_cache
Matplotlib: 3.3.1
Freetype: 2.6.1                                                                 
                                                                                
                                                                                
benchmark: 3.2.3 (defaults: timer=time.perf_counter disable_gc=False 
min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 
warmup=False warmup_iterations=100000)
rootdir: /Users/pgalindo3/github/python/master/pyhf, inifile: pytest.ini
plugins: mpl-0.11, mock-3.3.1, cov-2.10.1, console-scripts-0.2.0, 
benchmark-3.2.3                                                                 
                                                                                
              collected 26 items / 18 deselected

tests/test_validation.py::test_optimizer_stitching[scipy-numpy_backend] PASSED  
                                                                                
                                                                         [ 12%] 
tests/test_validation.py::test_optimizer_stitching[scipy-jax_backend] PASSED    
                                                                                
                                                                         [ 25%]
tests/test_validation.py::test_optimizer_stitching[scipy-tensorflow_backend] 
PASSED                                                                          
                                                                            [ 
37%]
tests/test_validation.py::test_optimizer_stitching[scipy-pytorch_backend] 
PASSED                                                                          
                                                                               
[ 50%]
tests/test_validation.py::test_optimizer_stitching[minuit-numpy_backend] PASSED 
                                                                                
                                                                         [ 62%]
tests/test_validation.py::test_optimizer_stitching[minuit-jax_backend] PASSED   
                                                                                
                                                                         [ 75%]
tests/test_validation.py::test_optimizer_stitching[minuit-tensorflow_backend] 
PASSED                                                                          
                                                                           [ 
87%]
tests/test_validation.py::test_optimizer_stitching[minuit-pytorch_backend] 
PASSED

=============================================================================================
 8 passed, 18 deselected, 50 warnings in 3.29 seconds 
=============================================================================================

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41757>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to