Skip to content

Commit

Permalink
Split the live connection receivers between live and time ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 28, 2023
1 parent a1088cf commit da6ba3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions visualiser_integration_tests/test_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def test_sender():
local_port=None, send_labels=None)

# Set up callbacks to occur when spikes are received
live_spikes_connection_receive.add_receive_callback(
live_spikes_connection_receive.add_receive_time_callback(
"pop_forward", receive_spikes)
live_spikes_connection_receive.add_receive_callback(
live_spikes_connection_receive.add_receive_time_callback(
"pop_backward", receive_spikes)


Expand Down

0 comments on commit da6ba3d

Please sign in to comment.