Skip to content

Remove mode from statespace module functions #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ricardoV94 opened this issue May 20, 2025 · 0 comments · May be fixed by #482
Open

Remove mode from statespace module functions #478

ricardoV94 opened this issue May 20, 2025 · 0 comments · May be fixed by #482

Comments

@ricardoV94
Copy link
Member

This mode was needed for graphs with Scan in the past but shouldn't be needed anymore. If anything fails it's a bug that we should fix in PyTensor.

Introducing mode with non-default linker, and specially JAX, is problematic as PyTensor may try to constant fold a Scan and get jax arrays (or other types) it cannot make sense of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant