Skip to content

Commit 96a4ca0

Browse files
committed
remove psample
1 parent bb42044 commit 96a4ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/logistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ def tinvlogit(x):
3838

3939
step = HamiltonianMC(model, model.vars, h)
4040

41-
trace = psample(3e2, step, start)
41+
trace = sample(3e2, step, start)

0 commit comments

Comments
 (0)