rmjarvis / TreeCorr

Code for efficiently computing 2-point and 3-point correlation functions. For documentation, go to
http://rmjarvis.github.io/TreeCorr/
Other
97 stars 37 forks source link

Slight refactoring of MPI covariance construction #139

Closed rmjarvis closed 2 years ago

rmjarvis commented 2 years ago

Switch from using generators for the "lists" of pairs to picklable iterators to clean up the MPI version of the code a bit and keep the different covariance methods more encapsulated.