X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=TODO;h=fed6eff2591094e7a870b76c85459c0f115b2190;hp=4feab9458162b024a307b111264023401f294286;hb=04845e3300b5450629bf1a2c3344d2f9419e91a6;hpb=5a47894523d56550ce55a27230cf577dbcd1f681 diff --git a/TODO b/TODO index 4feab94..fed6eff 100644 --- a/TODO +++ b/TODO @@ -1 +1,15 @@ -Apply git-fat patch +n = 100; m = 70; p = 5 +X = matrix(runif(n*p, -10, 10), nrow=n) +Y = matrix(runif(n*m, -5, 15), nrow=n) + +V1 = valse::valse(X, Y, fast=FALSE) +Error in while (!pi2AllPositive) { : + missing value where TRUE/FALSE needed + +V2 = valse::valse(X, Y, fast=TRUE) +list() +Error in out[[ind_uniq[l]]] : + attempt to select less than one element in get1index + +==> Error identified: line 61 in initSmallEM.R, division by 0 +It occurs also for smallers values of n and m, e.g.: n = 20; m = 20; p = 3