Carlos García-García
Carlos García-García
Same problem here. The cause is in montepython/io_mp.py in the following block: ``` while trying: data.out = open(os.path.join( command_line.folder, outname_base)+str(suffix)+'.txt', 'w') try: lock(data.out, fcntl.LOCK_EX | fcntl.LOCK_NB) trying = False except...
It is a known issue. See last comment in https://github.com/lesgourg/class_public/issues/99 In class folder, in python/setup.py, I had to change the line `libraries=["class"],` to `libraries=["class", "mvec", "m"],` to explicitly link those...
Hi, I find this error when my chains go to a really small region of the parameter space for some parameters. In fact, trying to make a w_a-w_0 plot I...
Hi, Thank you for the explanation, I thought one could talk of the convergence in some parameters, although the chain had not "converged" for all of them. I was using...
You can try to use a `for` loop or GNU `parallel`. See "Slurm task per job" and "GNU Parallel" sections in https://rcc.uchicago.edu/docs/tutorials/kicp-tutorials/running-jobs.html
I solved a minor bug. Now analyzing the CH output creates the MontePython chain with -loglkl instead of the loglkl, used by CH. https://github.com/miguelzuma/montepython_zuma/pull/8/commits/16085a36b8f51a4ec5a93ed4a511936f8d7f474d A note about the derived parameters....
There continued being errors: derived parameters were not stored correctly. It is fixed with https://github.com/miguelzuma/montepython_zuma/pull/9/commits/81788c56e89749f7bff0831c5b2dffe5c8d7da75 and https://github.com/miguelzuma/montepython_zuma/pull/9/commits/bbcedf87904ecfc7033e4fbbf866ac55109dbdd6. In order to work more easily with the output, I decided to sort...
@RyoTerasawa @YueNan-c, maybe you want to also implement the DarkEmulator here: https://github.com/LSSTDESC/CCL/blob/master/pyccl/emulators/cosmicemu_pk.py. Are the unit tests and benchmark ready?
@nikfilippas If you're using CLASS (not sure about CAMB, but I guess too) these are already computed, so I would just take them from there.
@damonge I think this is ready to be closed?