Skip to content

Commit

Permalink
autoformats
Browse files Browse the repository at this point in the history
Former-commit-id: 08240da
  • Loading branch information
bsavitzky committed Nov 15, 2023
1 parent cccc6b9 commit fc82d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_crystal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# from py4DSTEM.classes import (
# Crystal
# )
Expand Down
4 changes: 3 additions & 1 deletion test/test_native_io/test_v0_14.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ def _make_v14_test_file():
alpha, qx0, qy0 = py4DSTEM.process.probe.get_probe_size(probe.probe)

# prepare the probe kernel
kern = probe.get_kernel(mode="sigmoid", origin=(qx0, qy0), radii=(alpha, 2 * alpha)) # noqa: F841
kern = probe.get_kernel(
mode="sigmoid", origin=(qx0, qy0), radii=(alpha, 2 * alpha)
) # noqa: F841

# Set disk detection parameters
detect_params = {
Expand Down

0 comments on commit fc82d46

Please sign in to comment.