LSSTDESC / firecrown

DESC Cosmology Likelihood Framework
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Add classes for theory and data vectors #221

Closed marcpaterno closed 1 year ago

marcpaterno commented 1 year ago

To help distinguish their roles in the design, we want to have DataVector and TheoryVector as types, rather than using the primitive np.ndarray for both.