Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 8, 2023
1 parent 29e506e commit bbdb1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py4DSTEM/process/classification/featurization.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ def from_braggvectors(
np.rint(
(pointlist.data["qy"] / q_pixel_size) + Q_Ny / 2
).astype(int),
] is False
]
is False
),
True,
False,
Expand Down

0 comments on commit bbdb1ef

Please sign in to comment.