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

The path to the examples folder

parent 668d2876
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -36,11 +36,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