Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.doc.ic.ac.uk:g1453017/anisopter
Browse files Browse the repository at this point in the history
  • Loading branch information
Panagiotis Almpouras committed May 18, 2015
2 parents db58c59 + a34d745 commit a7984ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/training/training/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ def run(self):
for neuron in sim.neurons:
pattern_input.append(neuron.spike_times)

print "================================"
print pattern_input
print "================================"

a_s = ActionSelection(pattern_input=pattern_input,
pattern_duration=self.ani.total_frames,
Expand Down

0 comments on commit a7984ce

Please sign in to comment.