Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed Nov 1, 2023
1 parent 3da6fdc commit 7a4e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/phase/iterative_base_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ def _normalize_diffraction_intensities(
for rx in range(diffraction_intensities.shape[0]):
for ry in range(diffraction_intensities.shape[1]):
if positions_mask is not None:
if not self._positions_mask[rx,ry]:
if not self._positions_mask[rx, ry]:
continue
intensities = get_shifted_ar(
diffraction_intensities[rx, ry],
Expand Down

0 comments on commit 7a4e7a4

Please sign in to comment.