Skip to content

Commit

Permalink
Update test/experimental/ProbabilisticGraphicalModels/bayesnet.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
naseweisssss and github-actions[bot] authored Nov 4, 2024
1 parent 0bb810a commit 6ce7559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/experimental/ProbabilisticGraphicalModels/bayesnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ using JuliaBUGS.ProbabilisticGraphicalModels:
# Add stochastic vertices
add_stochastic_vertex!(bn, :A, Normal(0, 1), false)
add_stochastic_vertex!(bn, :B, Normal(1, 2), false)

# Add deterministic vertex C = A + B
add_deterministic_vertex!(bn, :C, (a, b) -> a + b)
add_edge!(bn, :A, :C)
Expand Down

0 comments on commit 6ce7559

Please sign in to comment.