Austin Benson

Results 3 issues of Austin Benson

Sparse parafac seems to not work with svd initialization. Here is a minimal working example, following [Section 6.3.1](http://tensorly.org/stable/user_guide/sparse_backend.html#example) of the docs. ```python import tensorly.contrib.sparse as stl import sparse from tensorly.contrib.sparse.cp_tensor...

UnequalVarianceTTest() throws an error when both distributions have zero variance. EqualVarianceTTest() does not throw an error under such conditions. Related: #72. ``` julia> using HypothesisTests julia> UnequalVarianceTTest(ones(5), 2 * ones(5))...

TInt and TUInt64 both support the += operator but it is missing from TUInt.