halotools
halotools copied to clipboard
Python package for studying large scale structure, cosmology, and galaxy evolution using N-body simulations and halo models
I'm trying to get jackknife errors for wp and tpcf calculations with particle densities which also require weighting. I found the marked_tpcf.py code that does weighting, and the wp_jackknife.py and...
The following is a very minor point. There's a nice notebook by Lehman Garrison showing that the naive analytic RR estimator, RR = N dV N / V, has a...
This PR attempts to replace all mention of `master` to `main` in this repository. This should be reviewed and merged right after the maintainer has renamed the default branch. This...
Please rename your default branch from `master` to `main` as part of astropy/astropy-project#151 , preferably by 2021-03-22. Also a friendly reminder to check documentation, workflows, etc., and update them accordingly....
Thanks to @jmsull for helping track this down. This WIP PR is getting close but is not quite there. Fix #933
Thanks to @jmsull and @rainwoodman for pointing out the problem this is causing in https://github.com/bccp/nbodykit/issues/634.
I tried to install Halotools with `pip install halotools` and the install fails with the following error: `Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/02/_3trvknx2199yf629jn2hm3r0000gn/T/pip-build-syx0iqkf/halotools/`
``` (base) [yfeng1@waterfall nbodykit]$ rebuild_halo_table_cache_log.py Number of files detected in standard cache location = 1 Each of these files must be opened, and the metadata will be checked, and consistency...
As pointed out by @Christopher-Bradshaw in #962 (and also https://github.com/manodeep/Corrfunc/pull/201), the `angular_tpcf` function appears to have an incorrect factor of Nr x Nr instead of Nr x (Nr-1). This has...