Skip to content

Commit

Permalink
dev(hansbug): fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Feb 26, 2023
1 parent b6192f4 commit ee3184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tree/integration/test_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


@pytest.mark.unittest
@skipUnless(jax, 'Jax required.')
class TestTreeTreeIntegration:
@skipUnless(jax, 'Jax required.')
def test_jax_double(self):
@jax.jit
def double(x):
Expand Down

0 comments on commit ee3184d

Please sign in to comment.