hi_class_public icon indicating copy to clipboard operation
hi_class_public copied to clipboard

Change python module name for simultaneous compatibility with CLASS

Open carlosggarcia opened this issue 3 years ago • 1 comments

I normally have to work with both CLASS and hi_class. Although hi_class is an implementation on top of CLASS, the versions of CLASS roll faster than those of hi_class, so CLASS bugs can be still present on hi_class. More importantly, I might want to keep running one LCDM MCMC and launch a MG one (which might involve go to a new branch y recompile the code). However, I think that recompiling hi_class can potentially create some problems with the LCDM run.

What would you think of changing the value of the python module to hiclassy or something like that, so that one can have both codes installed at the same time?

carlosggarcia avatar Jul 14 '21 15:07 carlosggarcia

Maybe you can install both on 2 different conda environments? @miguelzuma

IamSreeman avatar Jun 28 '22 22:06 IamSreeman