-
Notifications
You must be signed in to change notification settings - Fork 6
ENH: attached rate and motif parameters to cogent3 tree object #49
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
Conversation
@YapengLang could you add a test which checks for the parameters when |
Sure, will do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice one! few changes, clearly need to understand that numerical issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the revisions! The test failures due to the float comparisons are all ~1e-6. If you set the tolerance to 1e-5 do they all pass? That level of tolerance for a parameter estimate on limited data seems reasonable.
hi @GavinHuttley , setting Alternatively, I can try setting |
Thanks for clarifying @YapengLang ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…rison between cogent3 and iqtree
Thanks @YapengLang, it will auto-merge once the tests all pass! |
#27