You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell (please correct me if I'm wrong), TJPCov current computes the theory Cls using CCL, given a ccl.Cosmology object. Is there support to supply these Cls directly, e.g. through a sacc file? Computing these quantities here duplicates the functionality in TXPipe and, more importantly, firecrown.
As far as I can tell (please correct me if I'm wrong), TJPCov current computes the theory Cls using CCL, given a
ccl.Cosmology
object. Is there support to supply these Cls directly, e.g. through a sacc file? Computing these quantities here duplicates the functionality in TXPipe and, more importantly, firecrown.This duplication is not good for maintainability. For example, this hack isn't necessary anymore and should never have been used in the first place:
https://github.com/LSSTDESC/TJPCov/blob/master/tjpcov/main.py#L462
The text was updated successfully, but these errors were encountered: