Skip to content
Snippets Groups Projects
Commit 33c87bf1 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Reduce number of examples tested

parent 884b22ae
No related branches found
No related tags found
1 merge request!44Add a new test which runs through the examples
Pipeline #
......@@ -30,15 +30,11 @@ class Test(unittest.TestCase):
def test_examples(self):
""" Loop over examples to check they run """
examples = ['examples/injection_examples/how_to_specify_the_prior.py',
'examples/injection_examples/basic_tutorial.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_source_model.py',
'examples/injection_examples/create_your_own_time_domain_source_model.py',
'examples/other_examples/alternative_likelihoods.py',
'examples/open_data_examples/GW150914.py',
'examples/open_data_examples/GW150914_minimal.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