Skip to content

Commit f260337

Browse files
committed
format with black
1 parent c8c8646 commit f260337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py4DSTEM/process/diffraction/crystal_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def plot_structure(
166166
# init
167167
tol = 1e-4
168168
num_seg = 180
169-
radius = size_marker/800
169+
radius = size_marker / 800
170170
zp = np.zeros(num_seg + 1)
171171

172172
mark = np.ones(xyz.shape[0], dtype="bool")

0 commit comments

Comments
 (0)