summaryrefslogtreecommitdiff
path: root/tests/simple_read_eth0_ncom_2s1r/simulator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_read_eth0_ncom_2s1r/simulator.py')
-rwxr-xr-xtests/simple_read_eth0_ncom_2s1r/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_read_eth0_ncom_2s1r/simulator.py b/tests/simple_read_eth0_ncom_2s1r/simulator.py
index 5294b9d..c5ee571 100755
--- a/tests/simple_read_eth0_ncom_2s1r/simulator.py
+++ b/tests/simple_read_eth0_ncom_2s1r/simulator.py
@@ -8,7 +8,7 @@ import numpy as np
B=np.full((3,3),3)
L=np.full((3,3),0)
-s=esds.Simulator(B,L)
+s=esds.Simulator(B,L,B,L)
s.create_node("sender")
s.create_node("sender")