Cleaning code

This commit is contained in:
Loic Guegan 2022-06-14 17:16:12 +02:00
parent 7f13c95e16
commit 15bc39f1af
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@
# 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)
import sys, random
import random
# Note that the following is required to have different instance from thread to thread
lr=random.Random(6)

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python
# Load ESDS
import sys
import esds
# Use numpy to construct bandwidth and latencies matrix