Skip to content

Commit 01e92ba

Browse files
committed
Remove unused kwarg in Scan.__init__
1 parent 9ee0ee7 commit 01e92ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytensor/scan/op.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ def __init__(
674674
typeConstructor: Optional[TensorConstructorType] = None,
675675
truncate_gradient: int = -1,
676676
name: Optional[str] = None,
677-
as_while: bool = False,
678677
profile: Optional[Union[str, bool]] = None,
679678
allow_gc: bool = True,
680679
strict: bool = True,

0 commit comments

Comments
 (0)