From 7f13c95e16a802d0706e9f5a6d5d845d7fd67631 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 14 Jun 2022 17:13:46 +0200 Subject: Major refactoring: - Create pip package - Reorganized source code --- example/simulator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example') diff --git a/example/simulator.py b/example/simulator.py index aa8df54..12b7caa 100755 --- a/example/simulator.py +++ b/example/simulator.py @@ -2,7 +2,6 @@ # Load ESDS import sys -sys.path.append("../") import esds # Use numpy to construct bandwidth and latencies matrix -- cgit v1.2.3