Skip to content
Snippets Groups Projects
Commit 4fe5c600 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Project restructuring

parent eb40e094
No related branches found
No related tags found
1 merge request!55Project restructuring
......@@ -38,11 +38,11 @@ class Test(unittest.TestCase):
def test_examples(self):
""" Loop over examples to check they run """
examples = ['../examples/injection_examples/basic_tutorial.py',
'../examples/injection_examples/change_sampled_parameters.py',
'../examples/injection_examples/marginalized_likelihood.py',
'../examples/injection_examples/create_your_own_time_domain_source_model.py',
'../examples/other_examples/linear_regression.py',
examples = ['examples/injection_examples/basic_tutorial.py',
'examples/injection_examples/change_sampled_parameters.py',
'examples/injection_examples/marginalized_likelihood.py',
'examples/injection_examples/create_your_own_time_domain_source_model.py',
'examples/other_examples/linear_regression.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