[key reuse] avoid inadvertently duplicated test cases

This commit is contained in:
Jake VanderPlas 2024-02-29 11:44:46 -08:00
parent 6b4960b17f
commit 5ae4bffcb2

View File

@ -575,7 +575,7 @@ class KeyReuseIntegrationTest(jtu.JaxTestCase):
@jtu.with_config(jax_enable_checks=False)
class KeyReuseGlobalFlags(KeyReuseIntegrationTest):
class KeyReuseGlobalFlags(jtu.JaxTestCase):
def test_key_reuse_flag(self):
@jax.jit