Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed May 10, 2024
1 parent d26a3d5 commit 883f2b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brainpy/_src/dnn/tests/test_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

from brainpy._src.dependency_check import import_taichi

pytest.skip('Remove customize op tests', allow_module_level=True)

if import_taichi(error_if_not_found=False) is None:
pytest.skip('no taichi', allow_module_level=True)

Expand Down
2 changes: 2 additions & 0 deletions brainpy/_src/dnn/tests/test_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import brainpy.math as bm
from brainpy._src.dependency_check import import_taichi

pytest.skip('Remove customize op tests', allow_module_level=True)

if import_taichi(error_if_not_found=False) is None:
pytest.skip('no taichi', allow_module_level=True)

Expand Down

0 comments on commit 883f2b7

Please sign in to comment.