8000 Missed DeprecationWarning, PendingDeprecationWarning in NumPy tests · Issue #10185 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
Missed DeprecationWarning, PendingDeprecationWarning in NumPy tests #10185
Closed
@charris

Description

@charris

These show up release tests, and should raise errors in development, but they don't. We must be messing with the warnings queue somewhere.

test_nat_items (numpy.testing.tests.test_utils.TestEqual) ... /home/charris/Workspace/numpy.git/build/testenv/lib64/python2.7/site-packages/numpy/testing/nose_tools/utils.py:407: DeprecationWarning: elementwise == comparison failed; this will raise an error in the future.
  if not (desired == actual):

and

numpy.core.tests.test_multiarray.TestFormat.test_1d_format ... /home/charris/Workspace/numpy.git/build/testenv/lib64/python2.7/site-packages/numpy/core/tests/test_multiarray.py:7092: PendingDeprecationWarning: object.__format__ with a non-empty format string is deprecated
  return f(*args, **kwargs), None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0