diff options
| author | Sam Scholten | 2025-10-27 19:09:25 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-27 19:17:05 +1000 |
| commit | 20320a87d98c8517869f5e7c0fcd66bfdc090713 (patch) | |
| tree | 624d3fde714533168a618490d96006c87b0a0807 /tests/test_diffusion_simple.py | |
| parent | ec29d6eda97ce1e9d4121c6c19f91d12ec25947c (diff) | |
| download | transivent-20320a87d98c8517869f5e7c0fcd66bfdc090713.tar.gz transivent-20320a87d98c8517869f5e7c0fcd66bfdc090713.zip | |
drop loguru
Diffstat (limited to 'tests/test_diffusion_simple.py')
| -rw-r--r-- | tests/test_diffusion_simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
