Skip to content

Commit

Permalink
fix: register numba (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Dec 8, 2023
1 parent bd871a5 commit f161bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_2799_numba_ufunc_resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
) >= packaging.version.Version("0.59.0")


ak.numba.register_and_check()


@pytest.mark.skipif(not NUMBA_HAS_NEP_50, reason="Numba does not have NEP-50 support")
def test_numba_ufunc_nep_50():
raise NotImplementedError
Expand Down

0 comments on commit f161bd1

Please sign in to comment.