Use assert_allclose to compare floats in lalburst/test
This patch fixes the current make check issue on python3 by modifying snglcoinc_verify.py to use numpy.testing.assert_allclose to compare floats, rather than direct comparisons.
This patch fixes the current make check issue on python3 by modifying snglcoinc_verify.py to use numpy.testing.assert_allclose to compare floats, rather than direct comparisons.