We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b0583 commit 9de9930Copy full SHA for 9de9930
pymc/util.py
@@ -727,7 +727,7 @@ class ProgressManager:
727
728
def __init__(
729
self,
730
- step_method: "BlockedStep" | "CompoundStep",
+ step_method: "BlockedStep | CompoundStep",
731
chains: int,
732
draws: int,
733
tune: int,
@@ -745,7 +745,7 @@ def __init__(
745
746
Parameters
747
----------
748
- step_method: BlockedStep
+ step_method: BlockedStep or CompoundStep
749
The step method being used to sample
750
chains: int
751
Number of chains being sampled
0 commit comments