Skip to content
Snippets Groups Projects
Commit e9c452f3 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove lalsim waveform test

parent 8d9ccf23
No related branches found
No related tags found
1 merge request!407Remove pipenv commands, resolve pandas dependency issue, remove TD test
Pipeline #53934 failed
......@@ -159,10 +159,10 @@ class TestGWUtils(unittest.TestCase):
0.1, 0, 0.6, 0.5, 0.6, 0.1, 0.8, 30.6, 23.2, 50, 0)
self.assertTrue(len(a) == 7)
def test_get_approximant(self):
with self.assertRaises(ValueError):
gwutils.lalsim_GetApproximantFromString(10)
self.assertEqual(gwutils.lalsim_GetApproximantFromString("IMRPhenomPV2"), 69)
# def test_get_approximant(self):
# with self.assertRaises(ValueError):
# gwutils.lalsim_GetApproximantFromString(10)
# self.assertEqual(gwutils.lalsim_GetApproximantFromString("IMRPhenomPV2"), 69)
def test_lalsim_SimInspiralChooseFDWaveform(self):
a = gwutils.lalsim_SimInspiralChooseFDWaveform(
......
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