Skip to content

Commit 8ea32aa

Browse files
committed
fixed docs
1 parent 8557cab commit 8ea32aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ while gbp.graph.backward # inference from the root to leaves
152152
end
153153
marginal(gbp) # compute marginals
154154
displayData(gbp) # show results
155-
156155
```
157156

158157

docs/src/man/inferencetree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ backwardFactorVariable(gbp)
2525
#### Marginal inference
2626
To compute marginals the GaussBP provides the function:
2727
```julia-repl
28-
marginalTree(gbp)
28+
marginal(gbp)
2929
```
30-
Same as before, the function accepts only the composite type `GraphicalModelTree`.
30+
Same as before, the function accepts the composite type `GraphicalModelTree`.

0 commit comments

Comments
 (0)