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
julia>using Turing
julia> prefix
ERROR: UndefVarError:`prefix` not defined in`Main`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name also exists in DynamicPPL.
Description
Unless there's a reason for us not to (clashes with other packages?), it seems that we forgot to add this to the export list when switching over the submodel stuff.
The text was updated successfully, but these errors were encountered:
Minimal working example
Description
Unless there's a reason for us not to (clashes with other packages?), it seems that we forgot to add this to the export list when switching over the submodel stuff.
The text was updated successfully, but these errors were encountered: