Tom McClintock

Results 17 issues of Tom McClintock

Corrfunc is used by the [2pcf_jk](https://github.com/rafaelgm9/2pcf_jk) package, written by @rafaelgm9, to jackknife two point correlation functions. I am computing the autocorrelation between halos in a snapshot at high redshift, where...

In `emcee` I added a PR for having named parameters ([proposal](https://github.com/dfm/emcee/issues/385), and the [PR](https://github.com/dfm/emcee/pull/386)). This allows for dict-like access to the parameters rather than positional references. Example: ```python x =...

enhancement

Numpy 1.20 [deprecated aliases of builtin types](https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations). `np.bool` (and maybe other aliases, idk) are [used in a few places](https://github.com/rtosholdings/riptable/search?q=np.bool). This causes a ton of warnings to appear but can be...

According to [the documentation](https://george.readthedocs.io/en/latest/user/gp/#george.GP.mean) the `mean` argument to the GP object can be either a scalar, a callable, or an object that follows the modeling protocol. However, this is slightly...

The current citation on the RTD page is outdated. [Here](http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2015ITPAM..38..252A&data_type=BIBTEX&db_key=AST&nocookieset=1) is the ADS bibtex entry.

Currently, a fresh cloning of CCL yields an 86 MB repository. This is far too large for a code base that only contains theory code. The `src`, `include` and `pyccl`...

**Describe the bug** Calling `schema.example()` generates `size` number of identical rows. This is not desirable, since the whole purpose of `pandera` + `hypothesis` is to create rich examples with very...

bug

The docs are currently hosted on readthedocs [here](https://cluster-toolkit.readthedocs.io/en/latest/). However, this is non-ideal because one needs to do some magic in a `conf.py` file to do magic imports of the toolkit...

Currently the function `Sigma_at_R()` takes in NFW parameters, despite taking a whole correlation function as input. The NFW parameters are not necessary unless `R_perp < r`, in which case a...

enhancement

This is actually two issues. 1) Arrays in Python can sometimes not be C-ordered and require a `numpy.ascontiguousarray()` call. This can be handled internally in the toolkit. 2) Similarly, the...

bug
enhancement
To do