We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, and thanks for the great alternative to PyCall.jl! There is a Python function in my code which triggers an UndefVarError: y not defined when I try to launch it. I traced it back to this line of the package, where y doesn't seem to be defined locally: https://github.com/cjdoris/PythonCall.jl/blob/f59d58e4eb3d6a0154cf8db5aa54f2fe4d09b39d/src/err.jl#L28 Could it be the cause?
UndefVarError: y not defined
y
The text was updated successfully, but these errors were encountered:
Thanks that's definitely a bug.
Sorry, something went wrong.
Fixed on the main branch.
No branches or pull requests
Hi there, and thanks for the great alternative to PyCall.jl!
There is a Python function in my code which triggers an
UndefVarError: y not defined
when I try to launch it. I traced it back to this line of the package, wherey
doesn't seem to be defined locally:https://github.com/cjdoris/PythonCall.jl/blob/f59d58e4eb3d6a0154cf8db5aa54f2fe4d09b39d/src/err.jl#L28
Could it be the cause?
The text was updated successfully, but these errors were encountered: