Refresh package, suppress what we won't do right now. Focus on doc + debug
[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