Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Nov 20, 2024
1 parent a318f60 commit 121d412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/experimental/ProbabilisticGraphicalModels/bayesnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ function is_conditionally_independent(
bn::BayesianNetwork{V}, X::V, Y::V, Z::Vector{V}
) where {V}
return is_conditionally_independent(bn, [X], [Y], Z)
end
end
2 changes: 1 addition & 1 deletion test/experimental/ProbabilisticGraphicalModels/bayesnet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ using JuliaBUGS.ProbabilisticGraphicalModels:
@test_throws ArgumentError is_conditionally_independent(bn, Symbol[], [:F], [:B])
@test_throws ArgumentError is_conditionally_independent(bn, [:A], Symbol[], [:B])
end
end
end

0 comments on commit 121d412

Please sign in to comment.