-
Notifications
You must be signed in to change notification settings - Fork 10
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
World Age Issues with TensorCast calls from pyJulia #50
Comments
I have never used pyJulia, but did briefly manage to get this error directly from the repl:
What TensorCast.jl is doing here is very simple, the macro expands to this:
But |
For what it is worth @reduce does not throw these errors. Does that have any generated methods? |
Depends on the expression, for both. Any |
I am getting a world age bug when running TensorCast in JuliaPy, but not when using it normally.
If I run an example function such as
it works when I call it in Julia via
However, when I run the Python script
I get the error
which only occurs for the
@cast
call. What can I do?The text was updated successfully, but these errors were encountered: