LALBurst sgnlcoinc_verify.py test failures on Debian Stretch
LALBurst CI is failing on Debian Stretch, specifically the sgnlcoinc_verify.py
test:
======================================================================
FAIL: test_coinc_rates (__main__.TestCoincRates)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builds/lscsoft/lalsuite/lalburst-1.5.2.1-dev20191015/test/python/snglcoinc_verify.py", line 47, in test_coinc_rates
assert_allclose(crates[key], expected[key])
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 1411, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 796, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0
(mismatch 100.0%)
x: array(5.361649171496955e-09)
y: array(1.0125819710267318e-11)
======================================================================
FAIL: test_lnP_instruments (__main__.TestCoincRates)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builds/lscsoft/lalsuite/lalburst-1.5.2.1-dev20191015/test/python/snglcoinc_verify.py", line 108, in test_lnP_instruments
frozenset(['H1', 'L1', 'V1']): -11.040192999777876},
AssertionError: {frozenset(['V1', 'H1']): -1.1920340344624942, frozenset(['V1', 'H1', 'L1']): -4 [truncated]... != {frozenset(['V1', 'H1']): -1.181124067253893, frozenset(['V1', 'H1', 'L1']): -11 [truncated]...
Diff is 794 characters long. Set self.maxDiff to None to see it.
======================================================================
FAIL: test_strict_coinc_rates (__main__.TestCoincRates)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builds/lscsoft/lalsuite/lalburst-1.5.2.1-dev20191015/test/python/snglcoinc_verify.py", line 79, in test_strict_coinc_rates
assert_allclose(scrates[key], expected[key])
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 1411, in assert_allclose
verbose=verbose, header=header, equal_nan=equal_nan)
File "/usr/lib/python2.7/dist-packages/numpy/testing/utils.py", line 796, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Not equal to tolerance rtol=1e-07, atol=0
(mismatch 100.0%)
x: array(1.8836646878383175e-07)
y: array(1.937177537833551e-07)
----------------------------------------------------------------------
Ran 4 tests in 319.189s
FAILED (failures=3)
FAIL snglcoinc_verify.py (exit status: 1)