Collin Capano
Collin Capano
When decay and kappa are calculated in `_get_ladder_adjustment` in (lines 180 and 181 in `ensemble.py`), a division with integers is performed. Since `decay` is always less than 1, this results...
The `EnsembleSampler` in emcee supports storing blob data. This allows us to store additional information aside from just the loglikelihood and logprior (e.g., in gravitational-wave analyses, we like to know...
The following are things I'd like to have completed before the PyCBC Inference workshop that will take place in May. In no particular order: - [x] Merge CPNest on to...
If you don't set a `fake-strain-seed` in the `[data]` section of the inference config file when running the inference inj workflow, the seed will never be set. If you are...
We will soon be adding support for doing transdimensional MCMC to `epsie`. A transdimensional MCMC is one in which the number of parameters (or models) is itself a variable parameter....
The fact that CPNest currently tries to handle parallel processing on its own presents it from being able to use MPI (as noted in Issue #33), and also makes it...
This adds a `frame` keyword option to `PrecessingSurrogate.__call__` and corresponding argument to `SurrogateEvaluator.__call__`. The `frame` argument allows the user to specify which frame to return the waveform in, `inertial`, `co-precessing`,...
**Describe the bug** Doing an FFT on array lengths 2^(21) and 2^(22) results in a kernel failure, but larger array sizes work. **To Reproduce** A simple script to reproduce: ```python...
Currently the Relative model tries to cast all of the reference parameters specified in the model section to floats. This is a problem if you want to pass in, say,...