LSSTDESC / TJPCov

TJPCov is a general covariance calculator interface to be used within LSST DESC
https://tjpcov.readthedocs.io
MIT License
11 stars 1 forks source link

Adding cluster count covariances into TJPCov #49

Closed mattkwiecien closed 1 year ago

mattkwiecien commented 1 year ago

This PR adds a new CovarianceClusters implementation of the CovarianceBuilder class, which is then further subclassed by the CovarianceClusterCounts subclass.

We still need to do some validation but the basic workflow is working.

mattkwiecien commented 1 year ago

Closing since this is now in a different PR #50