abacusorg / abacusutils

Python code to interface with halo catalogs and other Abacus N-body data products

Home Page:https://abacusutils.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix periodicity in theory-box HOD code

lgarrison opened this issue · comments

From @boryanah in #28 (comment), there appears to be at least one place where we use non-periodic KDTree where we should be using periodic KDTree. Let's fix that and double-check all the KDTree usage.

Yep, will work on that -- KDTree should be non-periodic for the LCs and periodic for the box.

merged into fix-origin branch