-
Notifications
You must be signed in to change notification settings - Fork 14
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
setup the model function warning (setup_model_MegaLMM function) #9
Comments
I don’t think the warning was the issue, but I pushed a fix for that. Try re-installing the package and see if the warning and errors go away.
From: Yansen CHEN ***@***.***>
Date: Friday, March 10, 2023 at 12:54 AM
To: deruncie/MegaLMM ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [deruncie/MegaLMM] setup the model function warning (setup_model_MegaLMM function) (Issue #9)
Hi,
I got a warning (please check below) when I run the "setup_model_MegaLMM function".
"Message d'avis :
as(<matrix>, "lgTMatrix") is deprecated since Matrix 1.5-0; do as(as(as(., "lMatrix"), "generalMatrix"), "TsparseMatrix") instead "
Do you think it will make problems for the following work? I met a problem in the "initialize_MegaLMM(MegaLMM_state) " function.
r in (function (cond):
error evaluating argument 'x' when selecting a method for function 't': Need S4 class dgCMatrix for a mapped sparse matrix
If you know how to solve this problem, please let me know.
Kind regards,
Yansen
—
Reply to this email directly, view it on GitHub<#9>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB2IDTKSYQCHRJ2Z6YOWNHTW3LT5JANCNFSM6AAAAAAVWEW7N4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hello, I update the MegaLMM package. Kind regards, |
That is not what I was expecting! Can you re-post the warning you get? Is it exactly the same?
From: Yansen CHEN ***@***.***>
Date: Tuesday, March 14, 2023 at 8:41 AM
To: deruncie/MegaLMM ***@***.***>
Cc: Daniel E Runcie ***@***.***>, Comment ***@***.***>
Subject: Re: [deruncie/MegaLMM] setup the model function warning (setup_model_MegaLMM function) (Issue #9)
Hello,
I update the MegaLMM package.
Then, I still have the first warning, however, the second error from "initialize_MegaLMM" disappeared.
Thank you for your help.
Kind regards,
Yansen
—
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB2IDTMGTRYRRQ34IB2ALNLW4CGTRANCNFSM6AAAAAAVWEW7N4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi, Yes. It is exactly the same as before.
Kind regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I got a warning (please check below) when I run the "setup_model_MegaLMM function".
Do you think it will make problems for the following work? I met a problem in the "initialize_MegaLMM(MegaLMM_state) " function.
If you know how to solve this problem, please let me know.
Kind regards,
Yansen
The text was updated successfully, but these errors were encountered: