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
if not is_valid_observed(observed):
> raise TypeError(
"Variables that depend on other nodes cannot be used for observed data."
f"The data variable was: {observed}"
)
E TypeError: Variables that depend on other nodes cannot be used for observed data.The data variable was: True_div.0
PyMC version information:
5.20.0
Context for the issue:
Would like to define my scaling within the model definition
The text was updated successfully, but these errors were encountered:
Describe the issue:
Example:
pymc-labs/pymc-marketing#1383 (comment)
Reproduceable code example:
Error message
PyMC version information:
5.20.0
Context for the issue:
Would like to define my scaling within the model definition
The text was updated successfully, but these errors were encountered: