Skip to content

Commit bbaf65e

Browse files
committed
reconcile rebase
1 parent 0924be4 commit bbaf65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aspire/source/micrograph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def __init__(
317317
super().__init__(
318318
micrograph_count=micrograph_count,
319319
micrograph_size=micrograph_size,
320-
dtype=simulation.dtype,
320+
dtype=self.volume.dtype,
321321
)
322322

323323
self.particle_box_size = volume.resolution # L

0 commit comments

Comments
 (0)