-
- Downloads
Simplify and clean up of CI and requirements
This updates to an anaconda python image and removes redundant tests rerunning examples so that the tests finish in a more reasonable amount of time. Many requirements are also moves to an optional_requirements.txt file.
Showing
- .gitlab-ci.yml 9 additions, 10 deletions.gitlab-ci.yml
- docs/installation.txt 3 additions, 1 deletiondocs/installation.txt
- optional_requirements.txt 3 additions, 0 deletionsoptional_requirements.txt
- requirements.txt 0 additions, 8 deletionsrequirements.txt
- setup.py 0 additions, 2 deletionssetup.py
- test/example_tests.py 1 addition, 5 deletionstest/example_tests.py
- test/gw_example_tests.py 59 additions, 0 deletionstest/gw_example_tests.py
- test/other_tests.py 1 addition, 1 deletiontest/other_tests.py
- test/sampler_tests.py 7 additions, 7 deletionstest/sampler_tests.py
- tupak/core/sampler.py 3 additions, 3 deletionstupak/core/sampler.py
- tupak/gw/detector.py 6 additions, 1 deletiontupak/gw/detector.py
- tupak/gw/utils.py 7 additions, 2 deletionstupak/gw/utils.py
optional_requirements.txt
0 → 100644
... | ... | @@ -4,14 +4,6 @@ corner |
numpy>=1.9 | ||
matplotlib>=2.0 | ||
scipy>=0.16 | ||
gwpy | ||
pandas | ||
astropy | ||
pymultinest | ||
gwsurrogate | ||
NRSur7dq2 | ||
nestle | ||
deepdish | ||
ptemcee | ||
mock | ||
lalsuite |
test/gw_example_tests.py
0 → 100644
Please register or sign in to comment