Skip to content

Commit 6119846

Browse files
committed
update test rate cell
1 parent 43fbd9b commit 6119846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/neurons/graded/test_RateCell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def clamp(x):
5353
ctx.run(t=ts * 1., dt=dt)
5454
outs.append(a.z.value)
5555
outs = jnp.concatenate(outs, axis=1)
56-
print(outs)
56+
# print(outs)
5757
## output should equal input
5858
# assert_array_equal(outs, y_seq, tol=1e-3)
5959
np.testing.assert_allclose(outs, y_seq, atol=1e-3)

0 commit comments

Comments
 (0)