Skip to content
Snippets Groups Projects
Commit 6e15c362 authored by Moritz's avatar Moritz
Browse files

Added tests back in properly

parent e318770c
No related branches found
Tags v0.6.6
1 merge request!474Refactor strain data
Pipeline #60730 passed
......@@ -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