Skip to content

Commit 452cfad

Browse files
committed
Update test_noise_groups.py
1 parent c8f2ab6 commit 452cfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: brainpy/_src/dyn/others/tests/test_noise_groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from absl.testing import parameterized
77
import pytest
88

9-
pytest.skip("Skip the test due to the jax 0.5.0 version", allow_module_level=True)
9+
# pytest.skip("Skip the test due to the jax 0.5.0 version", allow_module_level=True)
1010

1111

1212
class Test_Noise_Group(parameterized.TestCase):

0 commit comments

Comments
 (0)