Skip to content
Snippets Groups Projects
Commit fea6815f authored by Colm Talbot's avatar Colm Talbot
Browse files

add gw likelihood tests

parent a0f94db4
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,12 @@ python-3:
- coverage run --debug=trace --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/conversion_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/calibration_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/detector_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/utils_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/gw_likelihood_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/likelihood_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/prior_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/sampler_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/utils_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/waveform_generator_tests.py
- coverage run --include=/opt/conda/lib/python3.6/site-packages/tupak* -a test/likelihood_tests.py
- coverage html
- coverage-badge -o coverage_badge.svg -f
# Run all other tests (no coverage data collected)
......
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