Skip to content

Commit

Permalink
format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sezelt committed Jan 29, 2025
1 parent c8c8646 commit f260337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/diffraction/crystal_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def plot_structure(
# init
tol = 1e-4
num_seg = 180
radius = size_marker/800
radius = size_marker / 800
zp = np.zeros(num_seg + 1)

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

0 comments on commit f260337

Please sign in to comment.