Skip to content

Commit

Permalink
disable some test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
junpenglao committed Jan 20, 2025
1 parent 4ef0b92 commit 5b39873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vi/test_schrodinger_follmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setUp(self):
super().setUp()
self.key = jax.random.key(1)

@chex.all_variants(with_pmap=True)
@chex.all_variants(with_pmap=True, without_jit=False, without_device=False)
def test_recover_posterior(self):
"""Simple Normal mean test"""

Expand Down

0 comments on commit 5b39873

Please sign in to comment.