Skip to content

Commit

Permalink
Update test files for taichi jitconn op
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Dec 20, 2023
1 parent 2c1a118 commit e272d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions brainpy/_src/math/jitconn/tests/test_event_matvec.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
pytest.skip('Under windows, brainpy.math package may need manual tests.', allow_module_level=True)

shapes = [(100, 200),
(10, 1000),
# (10, 1000),
(2, 1000),
(1000, 10),
# (1000, 10),
(1000, 2)]


Expand Down
4 changes: 2 additions & 2 deletions brainpy/_src/math/jitconn/tests/test_matvec_taichi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
pytest.skip('brainpy.math package may need manual tests.', allow_module_level=True)

shapes = [(100, 200),
(10, 1000),
# (10, 1000),
(2, 1000),
(1000, 10),
# (1000, 10),
(1000, 2)]

# def sum_op(op):
Expand Down

0 comments on commit e272d15

Please sign in to comment.