Skip to content

Commit

Permalink
Update test_csrmv_taichi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Dec 1, 2023
1 parent 05cf134 commit ef401bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainpy/_src/math/sparse/tests/test_csrmv_taichi.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def test_homo_vmap(self, transpose, shape, v):
homo_data=[-1., 0., 1.]
)
def test_homo_grad(self, transpose, shape, homo_data):
print(f'test_homo_grad: transpose = {transpose} shape = {shape}, v = {v}')
print(f'test_homo_grad: transpose = {transpose} shape = {shape}, homo_data = {homo_data}')
rng = bm.random.RandomState()
conn = bp.conn.FixedProb(0.1)

Expand Down

0 comments on commit ef401bc

Please sign in to comment.