diff options
Diffstat (limited to 'tests/test_event_processor.py')
| -rw-r--r-- | tests/test_event_processor.py | 2 |
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, |
