diff --git a/docs/_include/inference_example_lisa_smbhb_inj.sh b/docs/_include/inference_example_lisa_smbhb_inj.sh index a0515de3bf8..d5ae715389b 100644 --- a/docs/_include/inference_example_lisa_smbhb_inj.sh +++ b/docs/_include/inference_example_lisa_smbhb_inj.sh @@ -1,6 +1,6 @@ set -e export OMP_NUM_THREADS=1 -#cp ../../examples/inference/lisa_smbhb_inj/injection_smbhb.ini injection_smbhb.ini -#sh ../../examples/inference/lisa_smbhb_inj/injection_smbhb.sh -#sh ../../examples/inference/lisa_smbhb_inj/run.sh -#sh ../../examples/inference/lisa_smbhb_inj/plot.sh +cp ../../examples/inference/lisa_smbhb_inj/injection_smbhb.ini injection_smbhb.ini +sh ../../examples/inference/lisa_smbhb_inj/injection_smbhb.sh +sh ../../examples/inference/lisa_smbhb_inj/run.sh +sh ../../examples/inference/lisa_smbhb_inj/plot.sh diff --git a/docs/_include/inference_example_lisa_smbhb_ldc.sh b/docs/_include/inference_example_lisa_smbhb_ldc.sh index b83a01c6560..29f3a6c8e8b 100644 --- a/docs/_include/inference_example_lisa_smbhb_ldc.sh +++ b/docs/_include/inference_example_lisa_smbhb_ldc.sh @@ -1,5 +1,5 @@ set -e export OMP_NUM_THREADS=1 -#sh ../../examples/inference/lisa_smbhb_ldc/get.sh -#sh ../../examples/inference/lisa_smbhb_ldc/run.sh -#python ../../examples/inference/lisa_smbhb_ldc/advanced_plot.py +sh ../../examples/inference/lisa_smbhb_ldc/get.sh +sh ../../examples/inference/lisa_smbhb_ldc/run.sh +python ../../examples/inference/lisa_smbhb_ldc/advanced_plot.py diff --git a/docs/inference/examples/lisa_smbhb_inj_pe.rst b/docs/inference/examples/lisa_smbhb_inj_pe.rst index c74d7b6bfe2..7924261c8f9 100644 --- a/docs/inference/examples/lisa_smbhb_inj_pe.rst +++ b/docs/inference/examples/lisa_smbhb_inj_pe.rst @@ -57,10 +57,7 @@ To plot the posterior distribution after the last iteration, you can run the fol In this example it will create the following plot: -.. warning:: - EXAMPLE TURNED OFF FOR NOW -.. - image:: ../../_include/lisa_smbhb_mass_tc.png +.. image:: ../../_include/lisa_smbhb_mass_tc.png :scale: 60 :align: center diff --git a/docs/inference/examples/lisa_smbhb_ldc_pe.rst b/docs/inference/examples/lisa_smbhb_ldc_pe.rst index fbb57f8f134..0e49929d0bc 100644 --- a/docs/inference/examples/lisa_smbhb_ldc_pe.rst +++ b/docs/inference/examples/lisa_smbhb_ldc_pe.rst @@ -61,10 +61,7 @@ Or you can run the advanced one: You can modify this advanced plot script to generate the posterior of any SMBHB signals in the LDC Sangria dataset. In this example it will create the following plot: -.. warning:: - EXAMPLE TURNED OFF FOR NOW -.. - image:: ../../_include/lisa_smbhb_mass_tc_0.png +.. image:: ../../_include/lisa_smbhb_mass_tc_0.png :scale: 60 :align: center diff --git a/tox.ini b/tox.ini index 601958256b3..0baf40ef5cf 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,8 @@ deps = {[base]deps} pytest ; Needed for `BBHx` package to work with PyCBC - ; git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux' - ; git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux' + git+https://github.com/titodalcanton/BBHx.git@py39-and-cleanup; sys_platform == 'linux' + git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux' conda_deps= mysqlclient lin: gcc_linux-64>=12.2.0 @@ -67,8 +67,8 @@ commands = bash tools/pycbc_test_suite.sh deps = {[base]deps} ; Needed for `BBHx` package to work with PyCBC - ; git+https://github.com/mikekatz04/BBHx.git@4fff509; sys_platform == 'linux' - ; git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux' + git+https://github.com/titodalcanton/BBHx.git@py39-and-cleanup; sys_platform == 'linux' + git+https://github.com/gwastro/BBHX-waveform-model.git; sys_platform == 'linux' conda_deps= mysqlclient lin: gcc_linux-64>=12.2.0