diff --git a/src/graphicalmodel.jl b/src/graphicalmodel.jl index b53f639..941ff00 100644 --- a/src/graphicalmodel.jl +++ b/src/graphicalmodel.jl @@ -131,7 +131,7 @@ end ########## Load from HDF5 or XLSX files ########## function juliaOut(args) #### Check the package is installed - pathtoGaussBP = Base.find_package("GaussBP") + pathtoGaussBP = Base.find_package("FactorGraph") if isnothing(pathtoGaussBP) throw(ErrorException("GaussBP not found in install packages")) end