You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing solver: Matrix cholesky
Error: 1519.23
Testing solver: iterative cg-chol
Iter: 5 Error: 1.688701e-29
Iter: 5 Error: 8.062725e-32
Iter: 5 Error: 9.078954e-33 Error: 1519.23
Testing solver: iterative lsmr-chol
Iterations: 5
Iterations: 5
Iterations: 5 Error: 1519.23
Testing solver: iterative lsmr
Error in colSums(X^2) :
argument 'x' must be an array with at least two dimensions
Error in lmSolver...
Error in colSums(X^2) :
argument 'x' must be an array with at least two dimensions
Error in lmSolver...
Error in colSums(X^2) :
argument 'x' must be an array with at least two dimensions
Error in lmSolver...
Error: Inf
However when defining lmSolver and nFoldSTRCV externally:
I noticed that (at least) for the electricity example described here:
https://cran.r-project.org/web/packages/stR/vignettes/stRvignette.html
The
iterative lsmr
solver returns an error:I checked in detail and for this test with dummy data:
I get this error:
However when defining
lmSolver
andnFoldSTRCV
externally:I do not get any error and all the solvers work:
I think there is some issue with importing the
olscg
,lsmr
orlambdaMatrix
internally, since they work when defining externally.The text was updated successfully, but these errors were encountered: