Skip to content

Commit

Permalink
Merge pull request #272 from SpiNNakerManchester/add_live_output_vertex
Browse files Browse the repository at this point in the history
no need to add live_output MachineVertex
  • Loading branch information
rowleya authored Mar 13, 2024
2 parents 445b7f5 + 4c8fad9 commit f7361f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gfe_examples/live_io/live_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from time import sleep
from random import randint
from pacman.model.graphs.machine.machine_edge import MachineEdge
from spinn_front_end_common.data.fec_data_view import FecDataView
from spinn_front_end_common.utilities.connections import LiveEventConnection
from spinn_front_end_common.utility_models import (
EIEIOParameters, LivePacketGatherMachineVertex,
Expand Down Expand Up @@ -95,7 +94,6 @@ def receive(label, time, keys):
front_end.add_machine_edge_instance(
MachineEdge(vertex, live_out), sender_partition)
live_out.add_incoming_source(vertex, sender_partition)
FecDataView.add_live_output_vertex(vertex, sender_partition)

front_end.run(10000)

Expand Down

0 comments on commit f7361f2

Please sign in to comment.