Savvas Nesseris
Savvas Nesseris
Hi @dchooper , just to mention I also have the same issue and the solutions in issue #154 do not seem to work for me :( I have Python 3.8.8...
I also just noticed that, I agree it should be V_e_scf rather than V_scf.
The issue with V_e_scf seems to persist in the latest version.
Fantastic, thanks! I'm also looking into an issue with the shooting for quintessence, I'll open another issue separately.
Hi all, Thanks for making a pypi package! Using it with Google colab I get the following error with the latest version though: ``` CosmoComputationError: Error in Class: thermodynamics_init(L:342) :error...
Ok, as a workaround installing a previous version works for now: ``` # import classy module !pip install classy==2.9.4 from classy import Class ```
@JCGoran Indeed this might be a good solution in general, as I have also encountered the same error again eg when copy-pasting the whole CLASS directory to another location (eg...
The update works great, thanks!