Skip to content
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

Bug pylint 3319 #738

Merged
merged 3 commits into from
Dec 30, 2019
Merged

Bug pylint 3319 #738

merged 3 commits into from
Dec 30, 2019

Conversation

hippo91
Copy link
Contributor

@hippo91 hippo91 commented Dec 27, 2019

Steps

  • [ * ] For new features or bug fixes, add a ChangeLog entry describing what your PR does.
  • [ * ] Write a good description on what the PR does.

Description

The bug pylint-dev/pylint#3319 was due to a missing function, named float_power inside the brain_numpy_core_umath module. This brain is used to infer all the numpy's ufunc functions. The problem is that in the website documentation of numpy, in the section that list all those functions, there is not entry dealing with the float_power function. I opened an issue for that : numpy/numpydoc#250.

Type of Changes

Type
🐛 Bug fix

Related Issue

Closes pylint-dev/pylint#3319

@PCManticore
Copy link
Contributor

Thank you @hippo91 !

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

Successfully merging this pull request may close these issues.

"E1101: Module 'numpy' has no 'float_power' member (no-member)"
2 participants