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

fix test

parent f8725626
No related branches found
No related tags found
1 merge request!367Allow time domain approximants
Pipeline #49621 passed
......@@ -180,6 +180,7 @@ class TestROQBBH(unittest.TestCase):
bilby.gw.source.roq(self.frequency_array, **self.parameters), dict)
def test_roq_fails_without_frequency_nodes(self):
self.parameters.update(self.waveform_kwargs)
del self.parameters['frequency_nodes_linear']
del self.parameters['frequency_nodes_quadratic']
with self.assertRaises(KeyError):
......
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