Thomas Tram

Results 19 comments of Thomas Tram

Hi, you can add ``` data.cosmo_arguments['write parameters'] = 'yes' ``` to your parameter file and create a folder named `output` in your montepython folder. Then you will get a file...

Hi Dan We limited this to 2-9 since we never thought anyone would need to vary more than 9 extra parameters. I think there is an easy fix - I...

Hi Dan The problem is just the reconstruction of the original name. Here is a full solution: ```` elif len(elem)>3 and elem[-3:]==r'__1': original_name = elem[:-3] # Recover the values of...

@brinckmann I actually forgot that I had access to the private repo. I can add the changes yes.

Hi Ravi When the cosmology changes, the actual k-values computed also change. This is necessary to keep the accuracy of the computation at the same level. The usual approach when...

Hi @FigoHerranz Of course, for small changes in input parameters, the k-list could be kept the same. The issue here is that the k-list has to change smoothly as a...

Hi Given that it says "increase 'start_large_k_at_tau_h_over_tau_k' up to at least inf" suggests that probably CLASS has understood a k-value as being 0. This suggests that perhaps the string was...

Ah ok, you are using the `k_per_decade_for_pk = 0` and `k_per_decade_for_bao = 0` setting that I mentioned above. This is sort of a hack, so that is probably why it...

Hi This sounds weird. The problem is that MontePython is calling `cosmo.lensed_cl(int(l_max))` in a situation where the cosmo.compute(['lensing']) call failed. This raises a `classy.CosmoSevereError` which stops MontePython. the But this...

Hi Let us denote `scf_parameters [scf_tuning_index]` by `x`. The 1D shooting is now the question of solving the equation `F(x) = Omega_scf(x) - 0.69026 == 0` for `x`. That is...