Skip to content
Snippets Groups Projects
Commit 88ade08e authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch '674-pipeline-failures-due-to-constant-changes-in-lalsuite' into 'master'

Resolve "Pipeline failures due to constant changes in lalsuite"

Closes #674

See merge request !1229

(cherry picked from commit 655917e7)

ebb81b02 Update Msun to match LALSuite
710b245d Skip GWOSC test
parent 63c71cb7
No related branches found
No related tags found
No related merge requests found
Pipeline #505071 canceled
......@@ -2,6 +2,6 @@
speed_of_light = 299792458.0 # m/s
parsec = 3.085677581491367e+16 # m
solar_mass = 1.9884099021470415e+30 # Kg
solar_mass = 1.988409870698050731911960804878414216e30 # Kg
radius_of_earth = 6378136.6 # m
gravitational_constant = 6.6743e-11 # m^3 kg^-1 s^-2
......@@ -8,6 +8,7 @@ import lalsimulation as lalsim
from gwpy.timeseries import TimeSeries
from gwpy.detector import Channel
from scipy.stats import ks_2samp
import pytest
import bilby
from bilby.gw import utils as gwutils
......@@ -72,6 +73,7 @@ class TestGWUtils(unittest.TestCase):
)
self.assertEqual(mfsnr, 25.510869054168282)
@pytest.mark.skip(reason="GWOSC unstable: avoiding this test")
def test_get_event_time(self):
from urllib3.exceptions import NewConnectionError
events = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment