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 6ce7559 commit c385c37
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 @@ -107,7 +107,6 @@ using JuliaBUGS.ProbabilisticGraphicalModels:
add_edge!(bn, :B, :C)

samples = ancestral_sampling(bn)

@test haskey(samples, :A)
@test haskey(samples, :B)
@test haskey(samples, :C)
Expand Down

0 comments on commit c385c37

Please sign in to comment.