Skip to content

Commit d66fa5c

Browse files
authored
Fixed inference example (wrong keyword argument)
1 parent 3846e8a commit d66fa5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ Possible values for the `normalization` argument are:
131131
Inference
132132
---------
133133

134-
The easiest way to do inference is to simply call:
134+
The easiest way to do inference with 5 iterations is to simply call:
135135

136136
```python
137-
Q = d.inference(n_iterations=5)
137+
Q = d.inference(5)
138138
```
139139

140140
And the MAP prediction is then:

0 commit comments

Comments
 (0)