Skip to content

Commit 6672ea0

Browse files
committed
Update test_noise_groups.py
1 parent fcdf756 commit 6672ea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import brainpy as bp
55
import brainpy.math as bm
66
from absl.testing import parameterized
7+
import pytest
8+
9+
pytest.skip("Skip the test due to the jax 0.5.0 version", allow_module_level=True)
710

811

912
class Test_Noise_Group(parameterized.TestCase):

0 commit comments

Comments
 (0)