diff --git a/tests/test_tmjob.py b/tests/test_tmjob.py index 9a15b66..5c5ff67 100644 --- a/tests/test_tmjob.py +++ b/tests/test_tmjob.py @@ -10,6 +10,7 @@ from pytom_tm.io import read_mrc, write_mrc, UnequalSpacingError from pytom_tm.extract import extract_particles from testing_utils import CTF_PARAMS, ACCUMULATED_DOSE, TILT_ANGLES +from importlib import reload TOMO_SHAPE = (100, 107, 59) @@ -756,6 +757,8 @@ def test_extractions(self): ) # Test exraction with tophat filter and plotting + # reload is needed for plotting_available caching + reload(extract_particles) df, scores = extract_particles( job, 5,