diff options
Diffstat (limited to 'tests/simple_breakpoints_auto_1n')
| -rwxr-xr-x | tests/simple_breakpoints_auto_1n/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_breakpoints_auto_1n/simulator.py b/tests/simple_breakpoints_auto_1n/simulator.py index c5e3b02..99cdafc 100755 --- a/tests/simple_breakpoints_auto_1n/simulator.py +++ b/tests/simple_breakpoints_auto_1n/simulator.py @@ -9,7 +9,7 @@ import numpy as np n=2 B=np.full((2,2),n) L=np.full((2,2),0) -s=esds.Simulator(B,L) +s=esds.Simulator(B,L,B,L) s.create_node("node") s.create_node("node") |
