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
@metafunctionmake_learning_meta(f::F) where {F}
ContinuousTransition() ->CTMeta(f)
end
does not even define the function, though does not throw any error either
julia>using RxInfer
julia>@metafunctionmake_learning_meta(f::F) where {F}
ContinuousTransition() ->CTMeta(f)
end
Meta:
julia> make_learning_meta
ERROR: UndefVarError:`make_learning_meta` not defined in`Main`
Suggestion: check for spelling errors or missing imports.
julia>
The text was updated successfully, but these errors were encountered:
For example this
does not even define the function, though does not throw any error either
The text was updated successfully, but these errors were encountered: