Skip to content

Commit bd882a0

Browse files
committed
Fixup overlap particles in MicrographSimulation.save unit test
1 parent 173ca19 commit bd882a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_micrograph_simulation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ def test_sim_save():
258258

259259
mg_sim = MicrographSimulation(
260260
volume=v,
261-
particles_per_micrograph=10,
261+
particles_per_micrograph=3,
262+
interparticle_distance=v.resolution,
262263
micrograph_count=2,
263264
micrograph_size=512,
264265
ctf_filters=ctfs,

0 commit comments

Comments
 (0)