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
* Override `linop` instead of `_evaluate_linop`
In arithmetic fallback covariance functions, override `linop` instead of
`_evaluate_linop`, because the latter has the problem that the input
preprocessing destroys attributes of np.array subclasses. Keeping the
option of np.array subclassing can be very useful for certain linop
implementations, e.g. tensor product covariance functions.
0 commit comments