diff --git a/py4DSTEM/tomography/tomography.py b/py4DSTEM/tomography/tomography.py index 14f046d6a..1c21be416 100644 --- a/py4DSTEM/tomography/tomography.py +++ b/py4DSTEM/tomography/tomography.py @@ -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 = [ ( { @@ -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, @@ -1218,8 +1216,6 @@ def _forward( ) ) - print('hello') - ind_diff = xp.ravel_multi_index( ( ind1_diff.ravel(), @@ -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)),