Skip to content

Commit

Permalink
Fix for changes to class
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 10, 2024
1 parent a136d26 commit f860734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfe_examples/live_io/live_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def receive(label, time, keys):
front_end.add_socket_address(None, None, conn.local_port)

# Add a sender
eieio_params = EIEIOParameters(injection_partition_id=sender_partition)
eieio_params = EIEIOParameters()
sender = ReverseIPTagMulticastSourceMachineVertex(
n_keys=n_sender_keys, label="Sender",
eieio_params=eieio_params)
Expand Down

0 comments on commit f860734

Please sign in to comment.