Skip to content

Commit 0216473

Browse files
ksk-17090k1ricardoV94
authored andcommitted
Updated PyMC model to Model
1 parent c7dccea commit 0216473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/step_methods/slicer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Slice(ArrayStepShared):
4343
Initial width of slice.
4444
tune : bool, default True
4545
Flag for tuning.
46-
model : PyMC Model, optional
46+
model : Model, optional
4747
Optional model for sampling step. It will be taken from the context if not provided.
4848
iter_limit : int, default np.inf
4949
Maximum number of iterations for the slice sampler.

0 commit comments

Comments
 (0)