Closed ronniec95 closed 3 years ago
Are you sure that the versions of ndarray-stats
and ndarray
that you're using are compatible? ndarray-stats
0.4 provides functionality for ndarray
0.14, while ndarray-stats
0.3 provides functionality for ndarray
0.13.
I see, but then the ndarray-linalg crate stops working. I'll wait till all three are in sync.
This fails in 0.4
with
but has no such issues in 0.3
A regression?