Errors still there. Add a new one (hopefully related)
[valse.git] / TODO
CommitLineData
3453829e
BA
1n = 100; m = 70; p = 5
2X = matrix(runif(n*p, -10, 10), nrow=n)
3Y = matrix(runif(n*m, -5, 15), nrow=n)
4
5V1 = valse::valse(X, Y, fast=FALSE)
6Error in while (!pi2AllPositive) { :
7 missing value where TRUE/FALSE needed
8
9V2 = valse::valse(X, Y, fast=TRUE)
10list()
11Error in out[[ind_uniq[l]]] :
12 attempt to select less than one element in get1index
13
14==> Error identified: line 61 in initSmallEM.R, division by 0
15It occurs also for smallers values of n and m, e.g.: n = 20; m = 20; p = 3
0e4d86a2
BA
16
17=====
18
19Also:
20X <- matrix(runif(100), nrow=50)
21Y <- matrix(runif(100), nrow=50)
22(...)
23Error: cannot allocate vector of size 16.0 Gb