We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fbd9b commit 6119846Copy full SHA for 6119846
tests/components/neurons/graded/test_RateCell.py
@@ -53,7 +53,7 @@ def clamp(x):
53
ctx.run(t=ts * 1., dt=dt)
54
outs.append(a.z.value)
55
outs = jnp.concatenate(outs, axis=1)
56
- print(outs)
+ # print(outs)
57
## output should equal input
58
# assert_array_equal(outs, y_seq, tol=1e-3)
59
np.testing.assert_allclose(outs, y_seq, atol=1e-3)
0 commit comments