Collin Capano

Results 8 comments of Collin Capano

@Gabriel-p I did some tests awhile back with `emcee_pt` using emcee's new autocorr function, and I also got much shorter autocorrelation times (ACLs). However, the times I got back were...

@runburg @segasai FWIW, in PyCBC we checkpoint dynesty by writing the pickle data to our hdf files; see line 371 [here](https://github.com/gwastro/pycbc/blob/master/pycbc/inference/sampler/dynesty.py#L355-L403), which eventually calls [this function](https://github.com/gwastro/pycbc/blob/master/pycbc/io/hdf.py#L1363) to dump the pickle...

I like that idea, but can you have curly braces in section names? That's needed for setting the prior... e.g., does this work? ``` [prior-f_{}] name = uniform min-f_{} =...

@pannarale Yes, that's right. To do that, you need a function in [pycbc.conversions](https://github.com/gwastro/pycbc/blob/master/pycbc/conversions.py) that calculates the remnant mass. Then you can use that function as a constraint. What is the...

@titodalcanton Sorry, I forgot about that issue you rose. I'll get back to it.

Suggested fix: add a explicit option in a workflow config section that specifies to make fake strain.

@yanyuechuixue That link that you posted was just a quick test I did to make sure the workflow worked. It wasn't an actual PP test. As @ahnitz said, the sampler...

PR #1832 addressed the first half of this (for `plot_acf`). We still need the ability to take the mean over walkers for `plot_samples`. @farr @cmbiwer if you'd like to take...