Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix negative value test in test_helper
`raises` was wrapping a function decorated with `for_unsigned_dtypes` and `for_signed_dtypes`. In this scheme, if an error was raised in any of the combinations of dtypes, the test would pass, which would be unintended.
- Loading branch information