-
Notifications
You must be signed in to change notification settings - Fork 586
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
Cannot infer from numbers ABCs #1636
Comments
|
What's happening here: the type Fortunately, we can just add some entries to the lookup! We even have a comment |
|
I would like to work on this issue. Can you please elaborate a little more on this? |
|
Hi Prasana - unfortunately if the problem is not clear from reading the docs on |
|
I'm working on this issue |
Trying to use
inferwhen the annotation is from thenumbersmodule ABCs fails, saying:The behavior I expected is that it would just plug in a
float.The text was updated successfully, but these errors were encountered: