Skip to content

Commit f790387

Browse files
authored
Merge pull request #7 from SpiNNakerManchester/get_weights_fix
Update get function to correct syntax
2 parents 806d40b + f1cb1cc commit f790387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/synfire_if_curr_exp_get_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
p.run(runtime)
4848

49-
print projections[0].get(['weight', 'delay', ''], 'list')
49+
print projections[0].get(['weight', 'delay'], 'list')
5050

5151

5252
p.end()

0 commit comments

Comments
 (0)