Skip to content

Commit

Permalink
Update graphicalmodel.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosovic authored Sep 14, 2021
1 parent 4db89b2 commit e8d014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphicalmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8d014e

Please sign in to comment.