Skip to content
Snippets Groups Projects
Commit 25b255ef authored by Charlie Hoy's avatar Charlie Hoy
Browse files

Merge branch 'tmp_remove_bilby' into 'master'

Temporarily remove bilby CI job

See merge request !339
parents d9ff1c04 325cf4bc
No related branches found
No related tags found
1 merge request!339Temporarily remove bilby CI job
Pipeline #129693 passed
......@@ -151,19 +151,19 @@ lalinference:
- schedule
- pushes
bilby:
stage: consequences
image: python:3.6
script:
- *pesummary_install
- curl https://raw.githubusercontent.com/lscsoft/bilby/master/examples/gw_examples/injection_examples/fast_tutorial.py -o fast_tutorial.py
- sed -i '/result.plot_corner()/d' ./fast_tutorial.py
- sed -i 's/result = bilby.run_sampler(/result = bilby.run_sampler(dlogz=1000, /' ./fast_tutorial.py
- python fast_tutorial.py
- summarypages --webdir ./outdir/webpage --samples ./outdir/fast_tutorial_result.json --gw
only:
- schedule
- pushes
##bilby:
## stage: consequences
## image: python:3.6
## script:
## - *pesummary_install
## - curl https://raw.githubusercontent.com/lscsoft/bilby/master/examples/gw_examples/injection_examples/fast_tutorial.py -o fast_tutorial.py
## - sed -i '/result.plot_corner()/d' ./fast_tutorial.py
## - sed -i 's/result = bilby.run_sampler(/result = bilby.run_sampler(dlogz=1000, /' ./fast_tutorial.py
## - python fast_tutorial.py
## - summarypages --webdir ./outdir/webpage --samples ./outdir/fast_tutorial_result.json --gw
## only:
## - schedule
## - pushes
GW190412:
stage: consequences
......@@ -213,7 +213,7 @@ pages:
- documentation
- python3.6-core
- python3.6-gw
- bilby
##- bilby
- lalinference
script:
- mkdir public/
......
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