Skip to content

Commit bb249d8

Browse files
authored
Merge pull request #645 from ComputationalCryoEM/appletest_629
Fix `bad_applepick.star` after running Apple test
2 parents a4deec8 + 5475047 commit bb249d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_apple.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,7 @@ def testFileCorruption(self):
495495
with tempfile.TemporaryDirectory() as tmpdir_name:
496496

497497
# Instantiate an Apple instance
498-
apple_picker = Apple(
499-
particle_size=42,
500-
)
498+
apple_picker = Apple(particle_size=42, output_dir=tmpdir_name)
501499

502500
# Get the path of an input mrcfile
503501
with importlib.resources.path(

0 commit comments

Comments
 (0)