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

Temporarily remove TD-waveform test

parent e9c452f3
No related branches found
No related tags found
1 merge request!407Remove pipenv commands, resolve pandas dependency issue, remove TD test
Pipeline #53943 failed
......@@ -41,12 +41,13 @@ class TestLalBBH(unittest.TestCase):
bilby.gw.source.lal_binary_black_hole(
self.frequency_array, **self.parameters), dict)
def test_lal_bbh_works_with_time_domain_approximant(self):
self.waveform_kwargs['waveform_approximant'] = 'SEOBNRv3'
self.parameters.update(self.waveform_kwargs)
self.assertIsInstance(
bilby.gw.source.lal_binary_black_hole(
self.frequency_array, **self.parameters), dict)
# Removed due to issue with SimInspiralFD - see https://git.ligo.org/lscsoft/lalsuite/issues/153
# def test_lal_bbh_works_with_time_domain_approximant(self):
# self.waveform_kwargs['waveform_approximant'] = 'SEOBNRv3'
# self.parameters.update(self.waveform_kwargs)
# self.assertIsInstance(
# bilby.gw.source.lal_binary_black_hole(
# self.frequency_array, **self.parameters), dict)
class TestLalBNS(unittest.TestCase):
......
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