summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-08-13 07:19:05 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-08-13 07:19:05 +0200
commit975727844a97ad1aaacacfd8799bec5cde1715aa (patch)
treef63d7cf9299a44f4584f163c3d8dbf0e4d628bd9 /test
parent0a20d81c38c63bce8a999840e718dd3962c03862 (diff)
adjust data path in test_timingharness
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_timingharness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_timingharness.py b/test/test_timingharness.py
index ed908c5..5cc8dae 100755
--- a/test/test_timingharness.py
+++ b/test/test_timingharness.py
@@ -5,7 +5,7 @@ import unittest
class TestModels(unittest.TestCase):
def test_model_singlefile_rf24(self):
- raw_data = TimingData(['../data/20190724_161440_nRF24_no-rx.json'])
+ raw_data = TimingData(['test-data/20190724_161440_nRF24_no-rx.json'])
preprocessed_data = raw_data.get_preprocessed_data(verbose = False)
by_name, parameters, arg_count = pta_trace_to_aggregate(preprocessed_data)
model = AnalyticModel(by_name, parameters, verbose = False)