Closed marcpaterno closed 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.
DataVector
TheoryVector
np.ndarray
To help distinguish their roles in the design, we want to have
DataVector
andTheoryVector
as types, rather than using the primitivenp.ndarray
for both.