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