Skip to content

Commit

Permalink
更新 test_STDP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed May 10, 2024
1 parent 829f368 commit b416053
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion brainpy/_src/dyn/projections/tests/test_STDP.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

import brainpy as bp
import brainpy.math as bm
from brainpy._src.dependency_check import import_taichi
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 b416053

Please sign in to comment.