Skip to content
Snippets Groups Projects
Commit 7258b02e authored by Moritz's avatar Moritz
Browse files

Revert tests

parent 9d194105
No related branches found
No related tags found
1 merge request!474Refactor strain data
......@@ -43,8 +43,8 @@ class Test(unittest.TestCase):
def test_examples(self):
""" Loop over examples to check they run """
examples = ['../examples/other_examples/linear_regression.py',
'../examples/other_examples/linear_regression_unknown_noise.py',
examples = ['examples/other_examples/linear_regression.py',
'examples/other_examples/linear_regression_unknown_noise.py',
]
for filename in examples:
print("Testing {}".format(filename))
......
......@@ -43,9 +43,9 @@ class Test(unittest.TestCase):
def test_examples(self):
""" Loop over examples to check they run """
examples = ['../examples/injection_examples/fast_tutorial.py',
'../examples/injection_examples/marginalized_likelihood.py',
'../examples/open_data_examples/GW150914.py'
examples = ['examples/injection_examples/fast_tutorial.py',
'examples/injection_examples/marginalized_likelihood.py',
'examples/open_data_examples/GW150914.py'
]
for filename in examples:
print("Testing {}".format(filename))
......
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