Skip to content

Commit d1a105a

Browse files
committed
impr comments
1 parent c85fdb9 commit d1a105a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/JunctionTreeUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,12 +1681,12 @@ getEliminationOrder(treel::AbstractBayesTree) = treel.eliminationOrder
16811681
EXPERIMENTAL, Save a Bayes (Junction) tree object to file.
16821682
16831683
Notes
1684-
- Converts and saves to JLD2 format a set of `PackedBayesTreeNodeData` objects.
1684+
- Converts and saves to BSON format a set of `PackedBayesTreeNodeData` objects.
16851685
- IIF issue #481
16861686
16871687
Related
16881688
1689-
IIF.loadTree, DFG.saveDFG, DFG.loadDFG, BSON.@save, BSON.@load
1689+
[`loadTree`](@ref), [`saveDFG`](@ref), [`loadDFG`](@ref), `BSON.@save`, `BSON.@load`
16901690
"""
16911691
function saveTree(
16921692
treel::AbstractBayesTree,

0 commit comments

Comments
 (0)