Skip to content

Commit

Permalink
reconcile rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettwrong committed Sep 5, 2023
1 parent 0924be4 commit bbaf65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aspire/source/micrograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def __init__(
super().__init__(
micrograph_count=micrograph_count,
micrograph_size=micrograph_size,
dtype=simulation.dtype,
dtype=self.volume.dtype,
)

self.particle_box_size = volume.resolution # L
Expand Down

0 comments on commit bbaf65e

Please sign in to comment.