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_diffusion_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_diffusion_simple.py') diff --git a/tests/test_diffusion_simple.py b/tests/test_diffusion_simple.py index 96e77df..4250320 100644 --- a/tests/test_diffusion_simple.py +++ b/tests/test_diffusion_simple.py @@ -6,7 +6,7 @@ Simple test for diffusion processing with clear events. import numpy as np import matplotlib.pyplot as plt -from transivent import ( +from transivent.event_processor import ( extract_event_waveforms, calculate_msd_parallel, calculate_acf, -- cgit v1.2.3