From cfddc1d31dfedb2b1c0d3000ca98aa630ff38dc2 Mon Sep 17 00:00:00 2001 From: Sichao He <1310722434@qq.com> Date: Sun, 26 Jan 2025 12:31:34 +0800 Subject: [PATCH] Update test_noise_groups.py --- brainpy/_src/dyn/others/tests/test_noise_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainpy/_src/dyn/others/tests/test_noise_groups.py b/brainpy/_src/dyn/others/tests/test_noise_groups.py index b47558ce..ae5bc81e 100644 --- a/brainpy/_src/dyn/others/tests/test_noise_groups.py +++ b/brainpy/_src/dyn/others/tests/test_noise_groups.py @@ -6,7 +6,7 @@ from absl.testing import parameterized import pytest -# pytest.skip("Skip the test due to the jax 0.5.0 version", allow_module_level=True) +pytest.skip("Skip the test due to the jax 0.5.0 version", allow_module_level=True) class Test_Noise_Group(parameterized.TestCase):