- Jun 27, 2019
-
-
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
-
Duncan Macleod authored
should make handling what lines get included a bit easier
-
- Jun 20, 2019
-
-
Gregory Ashton authored
-
- Jun 19, 2019
-
-
Gregory Ashton authored
The skymap generation is reasonably problematic. This catched any exception and prints a lot message to ensure other files are still generated.
-
Gregory Ashton authored
remove double escape from prior See merge request !137
-
-
Gregory Ashton authored
Move the review ini files to the output directory See merge request !136
-
Gregory Ashton authored
-
Gregory Ashton authored
Collection of minor fixes See merge request !134
-
Gregory Ashton authored
- Switch order of duration check for ROQ weights step (this previously failed as the duration gets modified) - Remove print os environ statement left in X509 from testing - Add summary pages to fiducial runs
-
Gregory Ashton authored
Plot tweaks See merge request !135
-
This reverts commit 5f609df5.
-
- Jun 18, 2019
-
-
Gregory Ashton authored
Version 0.2.1 release See merge request !130
-
Gregory Ashton authored
-
Gregory Ashton authored
Update the distance priors for the standard priors and lookups See merge request !132
-
Gregory Ashton authored
-
Gregory Ashton authored
Fix compatibility issues with bilby 0.5.2 See merge request !133
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Resolve "Add documentation on installing via conda" Closes #101 See merge request !129
-
Gregory Ashton authored
-
Gregory Ashton authored
Allow rescaled priors from gracedb See merge request !123
-
-
Gregory Ashton authored
Resolve "Add calibration to online runs" Closes #102 See merge request !128
-
Gregory Ashton authored
-
- Jun 16, 2019
-
-
Gregory Ashton authored
Remove C.I. install of black See merge request !127
-
Gregory Ashton authored
-
Gregory Ashton authored
Simplify C.I. remove installation steps (now done in C.I. builds) See merge request !126
-
Gregory Ashton authored
-
- Jun 15, 2019
-
-
Gregory Ashton authored
Update dependencies and C.I. Closes #100 See merge request !118
-
Gregory Ashton authored
- Add back in test that failed due to pesummary issue - Simplify pre-CI installation
-
- Jun 14, 2019
-
-
Gregory Ashton authored
Set channels to default See merge request !125
-
-