Boris Bolliet

Results 10 comments of Boris Bolliet

Hi, Did you actually execute the command: `$ source /path/to/wrapper_wmap/bin/clik_profile.sh` after your clik installation, and before running MontePython ? Boris

Ah! good, then like you say it may be a problem of locations of your python modules. But this seems strange, because 'waf' generates the *.sh file automatically, and the...

Well, actually I have only been working with Planck data so far... (which works in a similar way as for WMAP). It is likely that your problem if related to...

Dear Adriana, As far as I know, if you would like to modify the output plots, you need to hard code your modification in the analyze.py file which is located...

Hi Ardok, Your chains did not converge, you need R-1

Hi Adriana, To get what you want I think you need to do: ``` info.redefine = { 'Omega_cdm' : '(Omega_b + Omega_cdm)', 'Omega_b':'Omega_b/Omega_cdm' } info.to_change = { 'Omega_cdm': 'Omega_m', 'Omega_b':...

Ha, Yes! Thank you very much Boris

I solved this issue by adding: ``` To save the yaml file use yaml.dump() from a python script. ``` in my prompt/agent instructions. Thanks for a great code!

Hi, I think you can solve this issue with this solution: https://github.com/lesgourg/class_public/issues/584#issuecomment-2309357962

I get a similar error when I try to load a zip project into the frontend: ``` File "/Users/boris/Library/Caches/pypoetry/virtualenvs/openhands-ai-ZaE4x3ag-py3.12/lib/python3.12/site-packages/docker/api/client.py", line 230, in _retrieve_server_version raise DockerException( docker.errors.DockerException: Error while fetching server...