Marc Paterno

Results 8 issues of Marc Paterno

I am encountering an installation failure on macOS Catalina. I have the most recent version of Apple’s compiler suite, as well as OpenMPI 4.1.1_2 (installed through Homebrew). I have Python...

Cython 3.0.0 was released today. The build of the python module fails with this version of cython because “cpdef” is no longer allowed in the creation of local variables; instead,...

The code in `TwoPoint.calcuate_pk` does not handle the two tracers it is given symmetrically; if the first is associated with a source that has a PT systematic, and the second...

`TwoPoint.calculate_theory_vector` yields a different result when called a second time that it did when called the first time when the statistic object is `reset` and the `update`d to be in...

While implementing a requested feature in Firecrown, I came across a missing bit of documentation. Some of the parameters in `include/core_ccl.h` are not documented in https://ccl.readthedocs.io/en/latest/source/notation_and_other_cosmological_conventions.html#controlling-splines-and-numerical-accuracy * `A_SPLINE_MINLOG_SM` * `A_SPLINE_NA_SM`...

> On a somewhat related note, is it possible to (manually) build a data vector that includes xi_plus, xi_minus, and Cl_EE that share the same systematics? So not necessarily with...

> A minimal 3x2pt example starting with arrays for the n(z)s, from which some `InferredGalaxyZDist` are built explicitly with the measurement sets, with `make_all_photoz_bin_combinations` and producing some model predictions would...

**Problem description** Several of the tests for the TATT intrinsic alignment systematic are very long (so long that `pylint` was complaining about them). These complaints are currently silenced in the...