diff options
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, |
