aboutsummaryrefslogtreecommitdiff
path: root/tests/test_event_processor.py
diff options
context:
space:
mode:
authorSam Scholten2025-10-27 19:09:25 +1000
committerSam Scholten2025-10-27 19:17:05 +1000
commit20320a87d98c8517869f5e7c0fcd66bfdc090713 (patch)
tree624d3fde714533168a618490d96006c87b0a0807 /tests/test_event_processor.py
parentec29d6eda97ce1e9d4121c6c19f91d12ec25947c (diff)
downloadtransivent-20320a87d98c8517869f5e7c0fcd66bfdc090713.tar.gz
transivent-20320a87d98c8517869f5e7c0fcd66bfdc090713.zip
drop loguru
Diffstat (limited to 'tests/test_event_processor.py')
-rw-r--r--tests/test_event_processor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_event_processor.py b/tests/test_event_processor.py
index cd23334..44da603 100644
--- a/tests/test_event_processor.py
+++ b/tests/test_event_processor.py
@@ -5,7 +5,7 @@ import numpy as np
import matplotlib.pyplot as plt
# Test the event_processor module
-from transivent import (
+from transivent.event_processor import (
extract_event_waveforms,
calculate_msd_parallel,
calculate_acf,