Skip to content
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

Warning message not reflected by the output #99

Open
AndModica opened this issue Aug 2, 2024 · 2 comments
Open

Warning message not reflected by the output #99

AndModica opened this issue Aug 2, 2024 · 2 comments

Comments

@AndModica
Copy link

Hi,
I'm using rMVP to run FarmCPU on RStudio. In a exploratory run to assess the structure of the putput (2 loops with 2 permutations) i recieved this warning:

Notification messages :
 1: In as.numeric(map[, 2]) %in% c(0:max.chr) :
   NAs introduced during automatic conversion
 2: In as.numeric(map[, 2]) %in% c(0:max.chr) :
   NAs introduced during automatic conversion
 3: In max(numeric.chr, na.rm = TRUE) :
   no argument for max ; -Inf is returned

(My machine is in French, so I roughly translated the original: otherwise, I've never seen "NAs introduced during automatic conversion").

Nonetheless, neither the input contained missing data, or the output had any NA and/or infinite at all. When I run the same script by Rscript the log file didn't report anything similar. I also wasn't able to track what the warning is referring to.
What could be the source of the warning?
Thanks in advance for your time

@YinLiLin
Copy link
Collaborator

YinLiLin commented Aug 8, 2024

These warnings don't affect the results, thus just ignore it.

@AndModica
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants