-
Notifications
You must be signed in to change notification settings - Fork 3
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
warnings of skato #36
Comments
@yiyimanew ,
I have not seen that warning before. Could you make a small reproducible
example (
https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example).
to share. Then I can look into it.
Brian
|
… On May 4, 2018, at 11:24 AM, Brian Davis ***@***.***> wrote:
@yiyimanew ,
I have not seen that warning before. Could you make a small reproducible
example (
https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example).
to share. Then I can look into it.
Brian
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#36 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOabnmNsVOe6QeOYaXNJUGm7f7pmVyGHks5tvHLEgaJpZM4TywZy>.
|
Sorry for multiple email. But I want to say I do not understand what your reply of the issue 28 means. Should it be a concern or not.
Thank you!
Best,
Yiyi
… On May 4, 2018, at 11:30 AM, Yiyi Ma ***@***.***> wrote:
I think the warning messages are very similar to the issue of #28 <#28>
Thanks!
Best,
Yiyi
> On May 4, 2018, at 11:24 AM, Brian Davis ***@***.*** ***@***.***>> wrote:
>
> @yiyimanew ,
>
> I have not seen that warning before. Could you make a small reproducible
> example (
> https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example <https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example>).
> to share. Then I can look into it.
>
> Brian
>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub <#36 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOabnmNsVOe6QeOYaXNJUGm7f7pmVyGHks5tvHLEgaJpZM4TywZy>.
>
|
Please see the attached example code and output with the warning messages. Thanks! |
This underlining issue in #28 was that a function in CompQuad renamed the output variable. So when seqMeta tried to find it based on the old name it could not find it. |
Thank you so much for your quick response. Then how about our case? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Brian,
We used seqMeta version1.6.7, and we have encountered the following warning messages for the skatoMeta
Warning in (1 - rho) * Q.skat : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead.
Warning in rho * Q.burden : Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead.
Warning in CompQuadForm::davies(q = Q, lambda = lambda, delta = delta, acc = acc) : Consider playing with 'lim' or 'acc'.
Should they be a concern which will affect the final results?
Thank you!
Best,
Yiyi
The text was updated successfully, but these errors were encountered: