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

Changed the import structure

parent a61b8c76
No related branches found
No related tags found
1 merge request!55Project restructuring
......@@ -40,11 +40,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