Antony Lewis

Results 140 comments of Antony Lewis

I can see there may be cases where it would be useful. Will be a slightly fiddly change everywhere (would ideally also update the GUI code to show all parameters...

Thanks, great you are looking at it. I've found that in practice just returning a fixed large number for out of bounds doesn't really work reliably; I guess the algorithm...

CAMB defines f sigma_8 so that it doesn't make that assumption following Eq 33 of Planck params 2015. (whether that's actually what is measured by surveys is another question..)

Interesting that just works, looks OK to me though have not tested.

You're right it is basically there. I was thinking of a single function that would return the dictionary of requested things (In CosmoMC it also writes them to a file,...

Thanks! May be better to delete "rs_fid: 1" lines I think (we should also do that in the other DR16 likes). Don't worry about the test fail, that's some annoying...

I fixed the pandas/numpy conflict on master by upgrading pip in the travis runs.

back from hols now. I agree thinning should just use the integer weights, and saving covmats with T=1 makes sense. Could certainly add some temperature meta data tag to .properties.ini...

Looks good to me thanks, though not very sure what you mean by "by weighting with samples with their probability". Can be useful for evaluating small tail probabilities. In high...

I started support for auto-cool in getdist at https://github.com/cmbant/getdist/tree/autocool. Cobaya temperature setting could be propagated to properties as other metadata settings like sampler. Does this work? GetDist gui currently doesn't...