Skip to content

Commit 97c3ab8

Browse files
Don't use Elipsis in sequence type-hints
1 parent 4173ef8 commit 97c3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/statespace/core/statespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def _print_data_requirements(self) -> None:
296296
f"{out}"
297297
)
298298

299-
def _unpack_statespace_with_placeholders(self) -> tuple[pt.TensorVariable, ...]:
299+
def _unpack_statespace_with_placeholders(self) -> tuple[pt.TensorVariable]:
300300
"""
301301
Helper function to quickly obtain all statespace matrices in the standard order. Matrices returned by this
302302
method will include pytensor placeholders.

0 commit comments

Comments
 (0)