Skip to content

Commit

Permalink
mistakes from past steph
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Jan 28, 2025
1 parent 050bc6b commit 64dd4e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py4DSTEM/tomography/tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,6 @@ def _forward(
weights_real = self._weights_real[datacube_number].reshape((4, s[1], s[2]))
weights_diff = self._weights_diff[datacube_number].reshape((4, s[-1], s[-1]))

xp = np

obj_q_summed = (obj[:, ind_diff] * weights_diff).sum((1))
bincount_diff = (
xp.tile(
Expand Down

0 comments on commit 64dd4e2

Please sign in to comment.