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 77f4186 commit fcbabb3Copy full SHA for fcbabb3
pymc/model/transform/basic.py
@@ -63,7 +63,7 @@ def parse_vars(model: Model, vars: ModelVariable | Sequence[ModelVariable]) -> l
63
64
65
def remove_minibatched_nodes(model: Model):
66
- """Remove all uses of pm.Minibatch in the Model"""
+ """Remove all uses of pm.Minibatch in the Model."""
67
68
@node_rewriter([MinibatchOp])
69
def local_remove_minibatch(fgraph, node):
0 commit comments