-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'adding-new-tests' into 'master'
Add a new test which runs through the examples See merge request Monash/tupak!44
No related branches found
No related tags found
Pipeline #
Showing
- .gitlab-ci.yml 2 additions, 0 deletions.gitlab-ci.yml
- examples/injection_examples/create_your_own_time_domain_source_model.py 1 addition, 1 deletion...tion_examples/create_your_own_time_domain_source_model.py
- examples/other_examples/alternative_likelihoods.py 1 addition, 1 deletionexamples/other_examples/alternative_likelihoods.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
- test/example_tests.py 47 additions, 0 deletionstest/example_tests.py
- tupak/result.py 18 additions, 15 deletionstupak/result.py
- tupak/sampler.py 36 additions, 1 deletiontupak/sampler.py
- tupak/utils.py 3 additions, 0 deletionstupak/utils.py
... | ... | @@ -2,7 +2,7 @@ future |
dynesty | ||
corner | ||
numpy | ||
matplotlib>=1.4 | ||
matplotlib>=2.0 | ||
scipy | ||
gwpy | ||
pandas | ||
... | ... |
test/example_tests.py
0 → 100644
Please register or sign in to comment