diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-14 17:13:46 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-14 17:13:46 +0200 |
| commit | 7f13c95e16a802d0706e9f5a6d5d845d7fd67631 (patch) | |
| tree | 65cb3c0faec397cb1b06894645d060514f6b242d /tests/simple_log_5n | |
| parent | b6877cb81e56c3991d0dbcf9fa579f627a4c2a29 (diff) | |
Major refactoring:
- Create pip package
- Reorganized source code
Diffstat (limited to 'tests/simple_log_5n')
| -rwxr-xr-x | tests/simple_log_5n/simulator.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/simple_log_5n/simulator.py b/tests/simple_log_5n/simulator.py index 749b699..d9346cd 100755 --- a/tests/simple_log_5n/simulator.py +++ b/tests/simple_log_5n/simulator.py @@ -1,8 +1,6 @@ #!/usr/bin/env python # Load ESDS -import sys -sys.path.append("../../") import esds import numpy as np |
