Skip to content

Commit

Permalink
Fix comment re spiking port data transmission in _get_in_data() that …
Browse files Browse the repository at this point in the history
…is no longer correct.
  • Loading branch information
lebedov committed Feb 10, 2015
1 parent 1692413 commit 9fb23ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions neurokernel/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,8 @@ def _get_in_data(self):
try:

# The first entry of `data` contains graded potential values,
# while the second contains integer indices of the current
# module's ports that should receive transmitted spikes:

# while the second contains spiking port values (i.e., 0 or
# 1):
data = self._in_data[in_id].popleft()
except:
self.log_info('no input data from [%s] retrieved' % in_id)
Expand Down

0 comments on commit 9fb23ba

Please sign in to comment.