Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Sep 12, 2024
1 parent 6fa99e0 commit 10906e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py4DSTEM/tomography/tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ def _prepare_datacube(
datacube.crop_Q(
(
crop_reciprocal_space[0],
-crop_reciprocal_space[1],
crop_reciprocal_space[1],
crop_reciprocal_space[2],
-crop_reciprocal_space[3],
crop_reciprocal_space[3],
)
)

Expand Down

0 comments on commit 10906e8

Please sign in to comment.