-
Notifications
You must be signed in to change notification settings - Fork 1
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
API clean up #154
API clean up #154
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## computgraph #154 +/- ##
===============================================
+ Coverage 63.59% 63.75% +0.15%
===============================================
Files 64 64
Lines 4423 4442 +19
===============================================
+ Hits 2813 2832 +19
Misses 1610 1610
☔ View full report in Codecov by Sentry. |
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 to me (modulo typos)
end | ||
|
||
""" | ||
function extract_var_dependence(map::Dict{Int,DiagTree.DiagramId}, ::Type{ID}, numvars::Int) |
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.
add where {ID<:PropagatorId}
to match function signature
1.Polished API of taylor expansion.
2. Add api to extract necesaary information from DiagramTree object to perform taylor expansion AD. To do this the DiagramTree will first be converted to a Graph.