From 20320a87d98c8517869f5e7c0fcd66bfdc090713 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 27 Oct 2025 19:09:25 +1000 Subject: drop loguru --- tests/test_event_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_event_processor.py') 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, -- cgit v1.2.3