diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2019-12-30 14:39:58 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-12-30 14:39:58 +0100 |
commit | 67321ee2f97b5b096acee9d2395a32bb6e68083a (patch) | |
tree | 8467801810c01fb55afe8cae0dcf82efeb84781d /astroid/helpers.py | |
parent | 1344a1cb42b17c644116cc2f50d54b37ac07167f (diff) | |
download | astroid-git-67321ee2f97b5b096acee9d2395a32bb6e68083a.tar.gz |
Add the float_power function in the brain and in its associated test
The bug PyCQA/pylint#3319 was caused 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.
Also adds 5 missing functions detected by @texadactyl
Closes PyCQA/pylint#3319
Diffstat (limited to 'astroid/helpers.py')
0 files changed, 0 insertions, 0 deletions