Skip to content

Commit

Permalink
fix: register numba
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 8, 2023
1 parent 9400780 commit d36a8b0
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 d36a8b0

Please sign in to comment.