joezuntz

Results 14 comments of joezuntz

I'm not sure how high a priority this should be, since we already output to sacc from the TXPipe pipeline using the APIs of the two codes. But in case...

Hi Mike, > So a given SACC file only has one of xi+ or xi-? Didn't mean to imply that - you loop through data points, both within a type...

I've updated the code to add `sacc.LogTopHatWindow` - version 0.2.3 in pip.

Is there a reason you're installing CCL from source? It is available in conda-forge, and much quicker to install that way!

If I add `RUN conda update conda` to the Dockerfile I described above then this is indeed fixed. If I don't do this then the default base image, `condaforge/miniforge3:latest` is...

I've only tested on CPU. I was indeed able to work around things with @hmaarrfk's suggestions above, so thanks for that!

Thanks - that fixed my problem!

The ability to return data vectors is also useful for general debugging, and I'd recommend saving the information to do this. However, in cosmosis I did find that the one...

Samplers in CosmoSIS (or scripts using it interactively) can fully access the data block containing all the products of a pipeline, including the data vectors, so yes, this is already...