Skip to content

Commit

Permalink
Closes #3820: bug in flip multi-local (#3822)
Browse files Browse the repository at this point in the history
Co-authored-by: Amanda Potts <ajpotts@users.noreply.github.com>
  • Loading branch information
ajpotts and ajpotts authored Oct 8, 2024
1 parent 0ec1d57 commit be9f7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/numpy/manipulation_functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def test_flip_multi_dim_bool(self, size):
f2 = ak.broadcast(segments=segs, values=vals2, permutation=perm).reshape(shape)
assert_equal(f, f2)

# Currently there is a bug in the reverse indexing of Strings (#3821) that causes this test to fail.
@pytest.mark.skip("Skip until bug fix Ticket #3821 is completed.")
@pytest.mark.parametrize("size", pytest.prob_size)
def test_flip_string(self, size):
s = ak.random_strings_uniform(1, 2, size, seed=seed)
Expand Down

0 comments on commit be9f7ab

Please sign in to comment.