Skip to content

Commit 59afc24

Browse files
committed
update test code for hebbian patch synapse
1 parent 970cb74 commit 59afc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/components/synapses/patched/test_hebbianPatchedSynapse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_hebbianPatchedSynapse():
1717
dt = 1. # ms
1818

1919
# model hyper
20-
shape = (10, 5)
20+
shape = (10, 10)
2121
n_sub_models = 2
2222
stride_shape = (1, 1)
2323
batch_size = 1
@@ -64,6 +64,6 @@ def clamp_post(x):
6464
assert a.weights.get()[0, 0] == 0.5, ""
6565

6666

67-
test_hebbianPatchedSynapse()
67+
# test_hebbianPatchedSynapse()
6868

6969

0 commit comments

Comments
 (0)