-
Notifications
You must be signed in to change notification settings - Fork 134
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
Adding Graphical Models in Experimental #3621
Conversation
Marina's Code and my Code combined.
…e we agreed upon.
… PhylogeneticModels.jl
… statements in GraphicalModels.jl
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.
I found some minor issues
julia> pm = jukes_cantor_model(graph_from_edges(Directed,[[4,1],[4,2],[4,3]])); | ||
julia> sum_equivalent_classes(pm) | ||
|
||
Dict{Vector{Tuple{Int64, Int64, Int64}}, QQMPolyRingElem} with 5 entries: |
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.
julia> pm = jukes_cantor_model(graph_from_edges(Directed,[[4,1],[4,2],[4,3]])); | |
julia> sum_equivalent_classes(pm) | |
Dict{Vector{Tuple{Int64, Int64, Int64}}, QQMPolyRingElem} with 5 entries: | |
julia> pm = jukes_cantor_model(graph_from_edges(Directed,[[4,1],[4,2],[4,3]])); | |
julia> sum_equivalent_classes(pm) | |
Dict{Vector{Tuple{Int64, Int64, Int64}}, QQMPolyRingElem} with 5 entries: |
wrong whitespace will make the doctest fail (similar at many other places)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3621 +/- ##
==========================================
- Coverage 82.18% 81.26% -0.92%
==========================================
Files 563 584 +21
Lines 75862 79461 +3599
==========================================
+ Hits 62345 64577 +2232
- Misses 13517 14884 +1367
|
Merged into new pull request Algebraic Statistics #3812 |
Initial draft pull request for working with algebraic phylogenetics and graphical models