diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-10 18:01:51 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-10 18:01:51 +0200 |
| commit | 94b47ceab5c910a6f17b5a4b69d2e14161be073e (patch) | |
| tree | e99d352f76c5a164e5284ca85f178a38e5dbe7df /tests/simple_breakpoints_manual_1n/simulator.py | |
| parent | a8579777024964f40a484f7248d040d1147e6086 (diff) | |
Use different matrix for wlan0 and eth0
Diffstat (limited to 'tests/simple_breakpoints_manual_1n/simulator.py')
| -rwxr-xr-x | tests/simple_breakpoints_manual_1n/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_breakpoints_manual_1n/simulator.py b/tests/simple_breakpoints_manual_1n/simulator.py index a0d0d2b..1b27c88 100755 --- a/tests/simple_breakpoints_manual_1n/simulator.py +++ b/tests/simple_breakpoints_manual_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") |
