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

testing null_model2 #5

Closed
jeekinlau opened this issue Apr 30, 2023 · 3 comments
Closed

testing null_model2 #5

jeekinlau opened this issue Apr 30, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jeekinlau
Copy link

jeekinlau commented Apr 30, 2023

so i am testing null_model2 and maybe there is a bug... not sure if it is a bug or if it just wont work with missing data

if i run this line
data.sim = simulate_qtl(data = data, mu = 0, h2.qtl = NULL, var.error = 1, n.sim = 1000, missing = T, seed = 1234)
score.null = null_model2(data = data.sim$results, n.clusters = 2, plot = NULL)
then i get an error
Error in { :
task 1 failed - "NA/NaN/Inf in foreign function call (arg 1)"

if i run missing =F it runs fine

@gabrielgesteira gabrielgesteira added the bug Something isn't working label May 3, 2023
@gabrielgesteira gabrielgesteira self-assigned this May 3, 2023
@gabrielgesteira
Copy link
Owner

Thanks for letting me know @jeekinlau, I will work on it soon!

@gabrielgesteira gabrielgesteira pinned this issue May 3, 2023
@gabrielgesteira
Copy link
Owner

@jeekinlau This should be fixed after 205d38b
Please reopen if you find any errors. Thank you!

@gabrielgesteira
Copy link
Owner

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants