-
Notifications
You must be signed in to change notification settings - Fork 7
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 node type, and add back missing function #272
Conversation
Pull Request Test Coverage Report for Build 13057065417Details
💛 - Coveralls |
This reverts commit 4edbdeb.
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, just tiny things to fix
) | ||
end | ||
|
||
""" |
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.
Function docstrings should be lead by the function and type signature, see https://docs.julialang.org/en/v1/manual/documentation/#Functions-and-Methods.
""" | |
""" | |
add_stochastic_vertex!(bn::BayesianNetwork{V,T}, name::V, dist::Any, | |
is_observed::Bool=false, node_type::Symbol=:continuous)::T where {V,T} |
end | ||
|
||
""" | ||
Add a deterministic vertex. |
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.
this also
end | ||
|
||
""" | ||
Add a directed edge from `from` -> `to`. |
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.
also this
Benchmark results on macOS (aarch64) BridgeStan not found at location specified by $BRIDGESTAN environment variable, downloading version 2.6.1 to /Users/runner/.bridgestan/bridgestan-2.6.1
Benchmark results on Ubuntu (x64) BridgeStan not found at location specified by $BRIDGESTAN environment variable, downloading version 2.6.1 to /home/runner/.bridgestan/bridgestan-2.6.1
|
@naseweisssss are you able to merge this? |
The base branch restricts merging to authorized users. It says this |
This PR is to add an additional node type and add back missing funcntion from previous PR