-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in decorana function #401
Comments
jarioksa
added a commit
that referenced
this issue
Mar 8, 2021
Instead of zero, the Fortran code could return NaN. This was reported in github issue #401 with example: data2 = rbind(c(380139.271715,233548.347689, 159987.333248), c(363355.399539, 207781.688783, 178292.465773), c(239414.980601, 111431.550896, 179458.038921)) decorana(data2)
Fixed in github (commit 493aa1b). |
jarioksa
added a commit
that referenced
this issue
Jul 11, 2022
data sets like matrix(runif(20*3), nrow=20) or issue #401 are now handled.
Fixed with commits quoted above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested
decorana
using flowing inputs:4 columns for data1 , 3 columns for data2 which is subset of data1.
decorana(data1)
produced the results as expected. Butdecorana(data2)
got the flowing error info:Is there some rules for inputs?
The text was updated successfully, but these errors were encountered: