You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The (older) numpy version allowing for pymc to run is not compatible with what fitsio requires. As a consequence clusters_data.py crashes... Solutions to be explored:
Quick fix: create 2 python environments, one compatible from clusters_data to clusters_getbackground and one compatible from clusters_mass. We would then turn on/off the environments as needed.
Longer term solution: migrate to PyMC3 instead of PyMC. The latter does not seem to be maintained anymore and moving to PyMC3 should allow for more recent numpy versions. A specific pymc3 branch has been created for this purpose.
The text was updated successfully, but these errors were encountered:
The (older) numpy version allowing for pymc to run is not compatible with what fitsio requires. As a consequence
clusters_data.py
crashes... Solutions to be explored:Quick fix: create 2 python environments, one compatible from
clusters_data
toclusters_getbackground
and one compatible fromclusters_mass
. We would then turn on/off the environments as needed.Longer term solution: migrate to PyMC3 instead of PyMC. The latter does not seem to be maintained anymore and moving to PyMC3 should allow for more recent numpy versions. A specific
pymc3
branch has been created for this purpose.The text was updated successfully, but these errors were encountered: