Skip to content

Commit

Permalink
Merge pull request #7 from SpiNNakerManchester/get_weights_fix
Browse files Browse the repository at this point in the history
Update get function to correct syntax
  • Loading branch information
rowleya authored Sep 22, 2017
2 parents 806d40b + f1cb1cc commit f790387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/synfire_if_curr_exp_get_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

p.run(runtime)

print projections[0].get(['weight', 'delay', ''], 'list')
print projections[0].get(['weight', 'delay'], 'list')


p.end()

0 comments on commit f790387

Please sign in to comment.