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
* Patch matrixmultiply for zero-sized arrays
See bluss/matrixmultiply#21.
* Fix test_covariance_zero_observations
The dot product should be all zeros, and the `dof` is `0. - (-1.) =
1.`, so all elements in the result should be `0. / 1. = 0.`. This
matches the result from NumPy.
0 commit comments