Skip to content

Commit

Permalink
Apply suggestions from code review
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 c385c37 commit 1d0ed43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/experimental/ProbabilisticGraphicalModels/bayesnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ using JuliaBUGS.ProbabilisticGraphicalModels:
add_deterministic_vertex!(bn, :C, (a, b) -> a + b)
add_edge!(bn, :A, :C)
add_edge!(bn, :B, :C)

samples = ancestral_sampling(bn)
@test haskey(samples, :A)
@test haskey(samples, :B)
Expand All @@ -114,7 +113,6 @@ using JuliaBUGS.ProbabilisticGraphicalModels:
@test samples[:B] isa Number
@test samples[:C] samples[:A] + samples[:B]
end


@testset "Bayes Ball" begin end
end

0 comments on commit 1d0ed43

Please sign in to comment.