Skip to content
Snippets Groups Projects
Unverified Commit bf449740 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

test: mark all test_heterodyne_xxx as slow

parent 9911c8bb
No related branches found
No related tags found
No related merge requests found
......@@ -581,6 +581,7 @@ phi0 = {phi0}
shutil.rmtree(cls.fakepardir)
shutil.rmtree(cls.fakedatadir)
@pytest.mark.slow
def test_heterodyne_exact(self):
"""
Heterodyne with the exact phase parameters
......@@ -649,6 +650,7 @@ phi0 = {phi0}
gridroq.marginalize_ln_likelihood(not_parameters=par),
)
@pytest.mark.slow
def test_heterodyne_offset(self):
"""
Heterodyne with offset phase parameters
......@@ -893,6 +895,7 @@ phi0 = {phi0}
shutil.rmtree(cls.fakepardir)
shutil.rmtree(cls.fakedatadir)
@pytest.mark.slow
def test_heterodyne_exact(self):
"""
Heterodyne with the exact binary parameters
......@@ -960,6 +963,7 @@ phi0 = {phi0}
gridroq.marginalize_ln_likelihood(not_parameters=par),
)
@pytest.mark.slow
def test_heterodyne_offset(self):
"""
Heterodyne with offset binary parameters
......
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