You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting up a regression for a model parameter with an HSGP term, HSSM is unable to construct a model without raising the following error:
ValueError: The priors for an HSGP term must be passed within a dictionary. Keys must the names of the parameters of the covariance function and values are instances of bambi.Prior or numeric constants.
HSSM version
0.2.5
To Reproduce
Create an HSSM model as normal and provide a regression formula for any parameter like below:
Additional context
It seems like this issue occurs because HSSM automatically creates a bmb.Prior object while the HSGP expects to receive a dictionary.
The text was updated successfully, but these errors were encountered:
Describe the bug
When setting up a regression for a model parameter with an HSGP term, HSSM is unable to construct a model without raising the following error:
ValueError: The priors for an HSGP term must be passed within a dictionary. Keys must the names of the parameters of the covariance function and values are instances of bambi.Prior or numeric constants.
HSSM version
0.2.5
To Reproduce
Create an HSSM model as normal and provide a regression formula for any parameter like below:
Additional context
It seems like this issue occurs because HSSM automatically creates a bmb.Prior object while the HSGP expects to receive a dictionary.
The text was updated successfully, but these errors were encountered: