Skip to content

Commit 92def68

Browse files
committed
add reinforce synapse fix
1 parent c3f39f1 commit 92def68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/synapses/modulated/test_REINFORCESynapse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ def fn(params: dict, inputs: jax.Array, outputs: jax.Array, seed):
101101
atol=1e-8
102102
) # NOTE: gradient is not exact due to different gradient computation, we need to inspect more closely
103103

104-
test_REINFORCESynapse1()
104+
# test_REINFORCESynapse1()

0 commit comments

Comments
 (0)