Skip to content

Commit 9de9930

Browse files
Syntax error in typehint
1 parent b9b0583 commit 9de9930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ class ProgressManager:
727727

728728
def __init__(
729729
self,
730-
step_method: "BlockedStep" | "CompoundStep",
730+
step_method: "BlockedStep | CompoundStep",
731731
chains: int,
732732
draws: int,
733733
tune: int,
@@ -745,7 +745,7 @@ def __init__(
745745
746746
Parameters
747747
----------
748-
step_method: BlockedStep
748+
step_method: BlockedStep or CompoundStep
749749
The step method being used to sample
750750
chains: int
751751
Number of chains being sampled

0 commit comments

Comments
 (0)