Skip to content

Commit fc82d46

Browse files
committed
autoformats
Former-commit-id: 08240da
1 parent cccc6b9 commit fc82d46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/test_crystal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# from py4DSTEM.classes import (
32
# Crystal
43
# )

test/test_native_io/test_v0_14.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ def _make_v14_test_file():
3838
alpha, qx0, qy0 = py4DSTEM.process.probe.get_probe_size(probe.probe)
3939

4040
# prepare the probe kernel
41-
kern = probe.get_kernel(mode="sigmoid", origin=(qx0, qy0), radii=(alpha, 2 * alpha)) # noqa: F841
41+
kern = probe.get_kernel(
42+
mode="sigmoid", origin=(qx0, qy0), radii=(alpha, 2 * alpha)
43+
) # noqa: F841
4244

4345
# Set disk detection parameters
4446
detect_params = {

0 commit comments

Comments
 (0)