Skip to content

Commit

Permalink
Skip segfaulting test_lexical_binary_search test case (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Jan 20, 2025
1 parent 9664cbc commit fc46407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog

X.Y.Z (DD-MM-YYYY)
------------------
* Skip test case that segfaults on numpy 2.2.2 (:pr:`50`)
* Upgrade to xarray 2025.1.1 (:pr:`49`)
* Add documentation link to MSv2EntryPoint class (:pr:`47`)
* Change visibility partition structure to ``msname/partition-001`` (:pr:`46`)
Expand Down
1 change: 1 addition & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from numpy.testing import assert_array_equal


@pytest.mark.skip(reason="https://github.com/numpy/numpy/issues/28190")
@pytest.mark.parametrize("na", [7])
def test_lexical_binary_search(na):
rng = np.random.default_rng(seed=42)
Expand Down

0 comments on commit fc46407

Please sign in to comment.