You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to elementwise function tests that use complex data types (#1412)
* Removed redundant overlap tests
Also rewrote overlap test for abs to only use a single dtype
* Implements a pytest marker for tests currently broken for complex data types on some platforms
The marker "broken_complex" can be used to skip these broken tests.
Running the tests with `pytest --runcomplex` permits running the test.
* "broken_complex" marker now skips only on Windows
* Small change to broken_complex marker description
"on Windows" added to make it clear that this marker only skips for Windows platforms
0 commit comments