Closed
Description
I installed the latest version of pymc-experimental and get an error message pointing to
ssm_model.build_statespace_graph(data['meas'], mode="JAX")
The error message is
TypeError: Cannot convert Type Scalar(float64, shape=()) (of Variable sigma_SA_cycle) into Type Vector(float64, shape=(1,)). You can try to manually convert sigma_SA_cycle into a Vector(float64, shape=(1,)).
It refers to the pytensor variable
sigma_SA_cycle = pm.Gamma("sigma_SA_cycle", alpha=2, beta=5)
which is defined in pm.model()
I have installed pytensor version 2.18.6.
Any idea of how to fix this?
Metadata
Metadata
Assignees
Labels
No labels