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

warnings of skato #36

Open
yiyimanew opened this issue May 4, 2018 · 6 comments
Open

warnings of skato #36

yiyimanew opened this issue May 4, 2018 · 6 comments

Comments

@yiyimanew
Copy link

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

@DavisBrian
Copy link
Owner

DavisBrian commented May 4, 2018 via email

@yiyimanew
Copy link
Author

yiyimanew commented May 4, 2018 via email

@yiyimanew
Copy link
Author

yiyimanew commented May 4, 2018 via email

@yiyimanew
Copy link
Author

Please see the attached example code and output with the warning messages. Thanks!

example.zip

@DavisBrian
Copy link
Owner

@yiyimanew

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.

@yiyimanew
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants