Tilman Troester

Results 41 comments of Tilman Troester

I second that this would be a nice feature to have. At some point in the past this was considered too complicated to implement (https://github.com/joshspeagle/dynesty/issues/98) but I wonder if that...

I get the same error on macOS. It works on linux, however. Looking at https://pypi.org/project/pypolychord/#files, it looks like there are no wheels for non-linux OS' and I can't seem to...

My suspicion is that clang is the culprit, as on mac OS clang is always the default compiler. That is, brew packages (such as openmpi) are compiled/linked against clang, even...

For now I've just avoided the use of the `CAMBstructure` derived classes. At some point it would be nice to be able to create instances to pass to `camb.model.CAMBparams` without...

For a more ad-hoc approach, the new HMCode uses a perturbation-theory inspired fitting function (Eq. 14 in https://arxiv.org/pdf/2009.01858.pdf).

To clarify, ccl was installed using conda? Is openmp installed in the conda env?

I unfortunately can't reproduce this. I tried a fresh conda environment and both the conda and pip versions (pypi and locally) work for me. Tested on macOS 12.6.2, python 3.10...

That shouldn't matter I think. And especially not in a conda environment with it's own compilers.

It's good practice to reduce the problem to a minimal example that reproduces the issue. In the test below, using HMCode in CAMB takes between 50% and 100% longer than...

I just had to clone the repo a couple of times and with the `.git` directory being ~180 MB, this is getting a bit of a hassle.