Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
weidel-p committed Feb 16, 2023
1 parent 4224bfa commit 59c02d5
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 230 deletions.
3 changes: 0 additions & 3 deletions src/lava/magma/core/model/py/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,6 @@ def recv_traces(self, s_in) -> None:
self._record_post_spike_times(s_in_bap)
elif isinstance(self._learning_rule, Loihi3FLearningRule):
s_in_bap = self.s_in_bap.recv().astype(bool)

# s_in_bap is being connected to the y1 port to receive
# post-synaptic spikes.
y1 = self.s_in_y1.recv()
y2 = self.s_in_y2.recv()
y3 = self.s_in_y3.recv()
Expand Down
Loading

0 comments on commit 59c02d5

Please sign in to comment.