Skip to content

Commit

Permalink
Set same_exception=False in test_selected_indices
Browse files Browse the repository at this point in the history
This is because of Quansight-Labs#167. When
we fix that issue, we should set this back to True.
  • Loading branch information
asmeurer committed Nov 21, 2023
1 parent ba97724 commit 63870bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndindex/tests/test_selected_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def assert_equal(a, b):
assert a == b

check_same(a, idx, raw_func=raw_func, ndindex_func=ndindex_func,
assert_equal=assert_equal)
assert_equal=assert_equal, same_exception=False)

0 comments on commit 63870bd

Please sign in to comment.