Shahbaz Alvi
Shahbaz Alvi
Hi. I just ran into a problem that gives the same error but perhaps they come from different sources. The chains which had been working on the previous version of...
Hi! I wanted to ask where I should put the seterr command. I am using a python file to produce plots. I can also provide the chains.
I inserted "np.seterr(all='raise')" right after I call numpy. I get the following error, which I think is the same error that I got before. ``` Traceback (most recent call last):...
Sure. I am attaching them here. [Chains.zip](https://github.com/cmbant/getdist/files/9235176/Chains.zip)
Ahh, right. Here are the files. [Chains.zip](https://github.com/cmbant/getdist/files/9235300/Chains.zip) And here is the code: ``` mult_order = 1.0 ignore_r = 0.1 print('rLDDM_PD_HighTTTEEE_LowTTEE_Lens_BAOSDSSDR16_MGS6dF_BICEP2') samples1 = loadMCSamples('With_HF/rLDDM_PD_HighTTTEEE_LowTTEE_Lens_BAOSDSSDR16_MGS6dF_BICEP2/2022-07-28_800000_', settings={'ignore_rows':ignore_r, 'boundary_correction_order':0, 'mult_bias_correction_order':mult_order}) g = plots.get_subplot_plotter(width_inch=8) g.settings.figure_legend_frame...
Sorry for the confusion. I took the code out of a bigger file that has other chains as well and I missed the part which defines labels. Also, the file...
Hi, Thanks for looking into this error. I check GetDist versions in two different python environments in Conda. Here is the configuration: In the following configuration, there is no error....
Hi @JesusTorrado Thanks for your reply. The debug option is already set to True. Here is the chunk of the code that sets these options. ``` sampler: mcmc: measure_speeds: false...
Hi AdriPos. Were you able to figure out the problem that you were having with the difference between the power spectra, dCl? I am facing a similar problem but unable...
Did you try to remove the nonlinear computation and instead use linear computation?