Skip to content

Commit 48832b1

Browse files
author
Dilawar Singh
committed
test_synchan is a good example; possible we should return moose.vec
there.
1 parent 8667c13 commit 48832b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/py_moose/test_synchan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def make_synapse(path):
2424
# IN new implementation, there is SimpleSynHandler class which takes cares
2525
# of multiple synapses. Class SynChan does not have any .synapse field.
2626
synH = moose.SimpleSynHandler( '%s/SynHandler' % path)
27-
synH.synapse.num = 1
27+
print(synH)
28+
#synH.synapse.num = 1
2829
## syn.bufferTime = 1.0 # ms
2930
synH.synapse.delay = 1.0
3031
synH.synapse.weight = 1.0

0 commit comments

Comments
 (0)