Skip to content

Commit 173ca19

Browse files
committed
more 4->3
1 parent 1777aaa commit 173ca19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/tutorials/tutorials/micrograph_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
# Let's choose four random numbers as our global (``Simulation``)
290290
# particle indices from ``test_micrograph=1``.
291291
test_micrograph = 1
292-
n_particles = 4
292+
n_particles = 3
293293
local_particle_indices = np.random.choice(n_particles_per_micrograph, n_particles)
294294
print(f"Local particle indices: {local_particle_indices}")
295295

@@ -388,7 +388,7 @@
388388

389389
img_src = CentersCoordinateSource(results, src.particle_box_size)
390390
# Show the first five images from the image source.
391-
img_src.images[:5].show()
391+
img_src.images[:3].show()
392392

393393
# Cleanup the tmp_dir
394394
tmp_dir.cleanup()

0 commit comments

Comments
 (0)