Skip to content

where expression in the meta is broken #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bvdmitri opened this issue Mar 28, 2025 · 0 comments
Open

where expression in the meta is broken #273

bvdmitri opened this issue Mar 28, 2025 · 0 comments
Assignees

Comments

@bvdmitri
Copy link
Member

For example this

@meta function make_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> @meta function make_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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants