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

Audit Fixmes in numpy/lib, numpy/lib/tests #4934

Open
charris opened this issue Aug 1, 2014 · 1 comment
Open

Audit Fixmes in numpy/lib, numpy/lib/tests #4934

charris opened this issue Aug 1, 2014 · 1 comment

Comments

@charris
Copy link
Member

charris commented Aug 1, 2014

Just so, a task.

@rossbar
Copy link
Contributor

rossbar commented Feb 28, 2020

Landed on this issue by a very circuitous route. Though it is almost 6 years old, there still are some fixmes in numpy/lib and numpy/lib/tests:

$ grep -r -i "FIXME" numpy/lib
numpy/lib/recfunctions.py:    # Fixme: nb2 below is never used. Commenting out for pyflakes.
numpy/lib/tests/test_type_check.py:    # Fixme, wrong place, isfinite now ufunc
numpy/lib/tests/test_type_check.py:    # Fixme, wrong place, isinf now ufunc
numpy/lib/tests/test_type_check.py:        # Fixme
numpy/lib/tests/test_format.py:    # Fixme: used to crash on windows
numpy/lib/tests/test_io.py:    #FIXME: Is this still true?
numpy/lib/tests/test_recfunctions.py:        # Fixme, this test looks incomplete and broken
numpy/lib/tests/test_recfunctions.py:        # Fixme, this test is broken
numpy/lib/npyio.py:        # FIXME: This seems like it will copy strings around
numpy/lib/npyio.py:        # Fixme: possible error as following variable never used.

Documenting here if for no other reason than to bump the existence of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants