- Aug 02, 2019
-
-
Gregory Ashton authored
- Decrease overall SNR of injected 128s BBH - Force pp tests to only be over actual priors (not Constraints)
-
- Jul 31, 2019
-
-
Gregory Ashton authored
Resolve "missing shebang in bash script" Closes #108 See merge request !149
-
-
Gregory Ashton authored
Fix bug when sampler kwargs is None See merge request !156
-
Gregory Ashton authored
-
- Jul 30, 2019
-
-
Gregory Ashton authored
Add a zero noise option to the review script See merge request !155
-
Gregory Ashton authored
-
Gregory Ashton authored
Improvements to the pp plot script See merge request !154
-
Gregory Ashton authored
- Adds a meta data plot showing correlations and averages
-
- Jul 25, 2019
-
-
Gregory Ashton authored
Remove the hardwired sampler defaults for the review See merge request !153
-
Gregory Ashton authored
- Also fix issue with trigger times and n-injections
-
Gregory Ashton authored
Increase spin-prior range of 128s to 0.8 See merge request !150
-
Gregory Ashton authored
-
Gregory Ashton authored
Minor reworking of testing See merge request !146
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Fix C.I. builds See merge request !151
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- Jul 24, 2019
-
-
Gregory Ashton authored
-
- Jul 23, 2019
-
-
Gregory Ashton authored
- Move all backends to miniconda environments - Move as many installations as possible to conda - Use environments for handling different python versions
-
- Jul 02, 2019
-
-
Gregory Ashton authored
Fix bug in PSD data reading See merge request !144
-
-
Gregory Ashton authored
add method to save shell script See merge request !143
-
-
- Jun 28, 2019
-
-
Gregory Ashton authored
make waveform plot pdf See merge request !140
-
-
- Jun 27, 2019
-
-
Gregory Ashton authored
Fix ROQ filenaming following changes to bilby Closes #106 See merge request !139
-
Gregory Ashton authored
- Update to the npz file format - Use meta data to pass filename
-
Gregory Ashton authored
Simplify waveform argument handling See merge request !138
-
Gregory Ashton authored
- Add method to get the default set of waveform arguments in Input - Replace all instances of waveform argument generation to use the default
-
Gregory Ashton authored
-
Gregory Ashton authored
Added support for submitting jobs to the Open Science Grid Closes #103 See merge request !131
-
- Jun 25, 2019
-
-
Duncan Macleod authored
I don't agree with most of this, for the record
-
Duncan Macleod authored
the file transfer mechanism dumps everything in the run directory, so the job need to be told to use just the file as it will exist on the execute machine, not what it is on the submit machine
-
Duncan Macleod authored
if we specify `transfer_output_files = results_GW123456/results`, the given directory will be transferred back to `{initialdir}/results`, not `{initialdir}/results_GW123456/results` like we actually want, so we should just specify `transfer_output_files = results_GW123456` for all jobs
-
Duncan Macleod authored
@james-clark tells me this isn't the most robust system
-
Duncan Macleod authored
-
Duncan Macleod authored
This commit is a little larger than planned, but does the following: - abstracts checkpointing options to a method, and updates them to the minimal working set - abstracts condor file transfer options to a method, and implements for pesummary jobs - adds OSG running options to jobs and the `--osg` command-line option for `bilby_pipe` The above necessitated a bit of restructuring in some methods to support adding extra `requirements` for jobs
-
Duncan Macleod authored
-