forked from gwastro/pycbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set back to development (gwastro#4833)
* Update setup.py * Update tox.ini * Revert "Update tox.ini" This reverts commit 7cbe4dc. * try this * Revert "try this" This reverts commit c6fd4a7. * pip install cython and numpy before tox runs * Revert "pip install cython and numpy before tox runs" This reverts commit 67702f3. * Ian's suggestion * try me * Try just not installing BBHx until I work out how to fix this * Turn off lisa examples in teh docs building * Do not try to include image whihc is not longer made
- Loading branch information
1 parent
e32b429
commit b3f2d35
Showing
6 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters