-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Ambiguous method error when using invoke with kwargs #44227
Labels
embarrassing-bugfix
Whoops!
Comments
oh, I don't know what happened to this |
vtjnash
added a commit
that referenced
this issue
Mar 8, 2022
vtjnash
added a commit
that referenced
this issue
Mar 8, 2022
KristofferC
pushed a commit
that referenced
this issue
Mar 11, 2022
KristofferC
pushed a commit
that referenced
this issue
Mar 15, 2022
KristofferC
pushed a commit
that referenced
this issue
Mar 16, 2022
KristofferC
pushed a commit
that referenced
this issue
Apr 19, 2022
staticfloat
pushed a commit
that referenced
this issue
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into the following error that seems to be a bug? Minimal example:
gives
If the call is a function rather than an abstract type, it works:
Similarly, if the
y
variable is not passed to invoke, it works:So it seems to be some interaction between these two things
This was on nightly, but I see the same thing on 1.6 and 1.7
The text was updated successfully, but these errors were encountered: