Skip to content

Commit b0db87f

Browse files
committed
update test cases
1 parent 91d9ba5 commit b0db87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/components/synapses/modulated/test_REINFORCESynapse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def fn(params: dict, inputs: jax.Array, outputs: jax.Array, seed: jax.Array):
126126
)
127127

128128

129-
test_REINFORCESynapse1()
129+
# test_REINFORCESynapse1()
130130

131131

132132
def test_REINFORCESynapse2():
@@ -244,5 +244,5 @@ def fn(params: dict, inputs: jax.Array, outputs: jax.Array, seed: jax.Array):
244244
atol=1e-9
245245
)
246246

247-
test_REINFORCESynapse2()
247+
# test_REINFORCESynapse2()
248248

0 commit comments

Comments
 (0)