Skip to content

Commit

Permalink
no need to add live_output MachineVertex
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 13, 2024
1 parent 445b7f5 commit 6941e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gfe_examples/live_io/live_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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 6941e2d

Please sign in to comment.