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.
Elipsis
1 parent 4173ef8 commit 97c3ab8Copy full SHA for 97c3ab8
pymc_experimental/statespace/core/statespace.py
@@ -296,7 +296,7 @@ def _print_data_requirements(self) -> None:
296
f"{out}"
297
)
298
299
- def _unpack_statespace_with_placeholders(self) -> tuple[pt.TensorVariable, ...]:
+ def _unpack_statespace_with_placeholders(self) -> tuple[pt.TensorVariable]:
300
"""
301
Helper function to quickly obtain all statespace matrices in the standard order. Matrices returned by this
302
method will include pytensor placeholders.
0 commit comments