Matteo Serafino
Matteo Serafino
Sure. I'm working on a virtual environment since I'm on a server where I do not have sudo permission. I'm working with Python 3.5.2 and I installed the code with...
Sorry the one I suppose it's the related issue is the following: https://github.com/astropy/ccdproc/issues/660
Dear Aphearin, I exactly did now what you suggested to me. So uninstalled everything and then I proceeded as you said: conda create -n ht3 python=3 numpy scipy matplotlib cython...
Hi, the version of python is the Python 3.5.2. Astropy 3.2.1. Indeed I tried: >>> from halotools.empirical_models import NFWPhaseSpace >>> nfw = NFWPhaseSpace() >>> data = nfw.mc_generate_nfw_phase_space_points(Ngals = 100, mass...
Ok, thank you. I really appreciated. I also have one more question about the function >>>nfw.mc_generate_nfw_radial_positions All the results are obtained by imposing the value of Δref(z)=200. Is there a...