Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Dec 9, 2024
1 parent c182fb2 commit e66caa4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions py4DSTEM/tomography/tomography.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def f(args):
with threadpool_limits(limits=threads_per_job):
return self._reconstruct(**args)

# hopefully the data entries remain as views until dispatch time...
inputs = [
(
{
Expand Down Expand Up @@ -457,7 +456,6 @@ def _reconstruct(
)

return x_index, yy, zz, update_r_summed, error
# obj[x_index, yy, zz] += update_r_summed

def _prepare_datacube(
self,
Expand Down Expand Up @@ -1218,8 +1216,6 @@ def _forward(
)
)

print('hello')

ind_diff = xp.ravel_multi_index(
(
ind1_diff.ravel(),
Expand All @@ -1230,8 +1226,6 @@ def _forward(
"clip",
)

self._qxx = xp.tile(qxx.ravel(), 4)

bincount_x = (
xp.tile(
(xp.tile(self._ind_diffraction_ravel, 4)),
Expand Down

0 comments on commit e66caa4

Please sign in to comment.