diff --git a/src/experimental/ProbabilisticGraphicalModels/bayesnet.jl b/src/experimental/ProbabilisticGraphicalModels/bayesnet.jl index 82a4babe..8f310913 100644 --- a/src/experimental/ProbabilisticGraphicalModels/bayesnet.jl +++ b/src/experimental/ProbabilisticGraphicalModels/bayesnet.jl @@ -308,7 +308,6 @@ function has_conditioned_descendant(bn::BayesianNetwork, node_id::Int, z_ids::Se return false end -# Add after the existing imports at the top using LinearAlgebra # Add these structs and methods before the variable_elimination function