mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Cleaning code
This commit is contained in:
parent
7f13c95e16
commit
15bc39f1af
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
# api.wait(duration) # Wait for "duration" seconds of simulated time
|
# api.wait(duration) # Wait for "duration" seconds of simulated time
|
||||||
# api.turn_off(duration) # Turn the node off for "duration" seconds (no data can be receive during this time period)
|
# api.turn_off(duration) # Turn the node off for "duration" seconds (no data can be receive during this time period)
|
||||||
|
|
||||||
import sys, random
|
import random
|
||||||
|
|
||||||
# Note that the following is required to have different instance from thread to thread
|
# Note that the following is required to have different instance from thread to thread
|
||||||
lr=random.Random(6)
|
lr=random.Random(6)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
# Load ESDS
|
# Load ESDS
|
||||||
import sys
|
|
||||||
import esds
|
import esds
|
||||||
|
|
||||||
# Use numpy to construct bandwidth and latencies matrix
|
# Use numpy to construct bandwidth and latencies matrix
|
||||||
|
|
Loading…
Add table
Reference in a new issue