Skip to content

Commit

Permalink
order error
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Dec 10, 2024
1 parent e66caa4 commit a1c4d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/tomography/tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,9 +1218,9 @@ def _forward(

ind_diff = xp.ravel_multi_index(
(
ind1_diff.ravel(),
xp.tile(qxx.ravel(), 4),
ind0_diff.ravel(),
ind1_diff.ravel(),
),
(s[-1], s[-1], s[-1]),
"clip",
Expand Down

0 comments on commit a1c4d14

Please sign in to comment.