Skip to content

Commit

Permalink
skip numba for dummy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Sep 14, 2024
1 parent ce28a96 commit 532f2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_transform/test_tau_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def test_coverage(self):
"""
A small test of the jit'ed functions in python mode for coverage reasons.
"""
pytest.importorskip("numba")
data = np.zeros((10, 10))
dx = 1
dt = 1
Expand Down

0 comments on commit 532f2d4

Please sign in to comment.