Skip to content

Commit 02eeab1

Browse files
authored
Merge pull request #499 from smribet/black_format
reformat repo Former-commit-id: be44354
2 parents 58d36d5 + 01ae7ca commit 02eeab1

File tree

132 files changed

+14448
-12740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+14448
-12740
lines changed

py4DSTEM/__init__.py

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
Custom,
1616
print_h5_tree,
1717
)
18+
1819
_emd_hook = True
1920

2021
# structure
2122
from py4DSTEM import io
22-
from py4DSTEM.io import import_file,read,save
23-
23+
from py4DSTEM.io import import_file, read, save
2424

2525

2626
### basic data classes
@@ -35,12 +35,7 @@
3535
)
3636

3737
# datacube
38-
from py4DSTEM.datacube import (
39-
DataCube,
40-
VirtualImage,
41-
VirtualDiffraction
42-
)
43-
38+
from py4DSTEM.datacube import DataCube, VirtualImage, VirtualDiffraction
4439

4540

4641
### visualization
@@ -70,25 +65,21 @@
7065
)
7166

7267

73-
74-
7568
### more submodules
7669
# TODO
7770

7871
from py4DSTEM import preprocess
7972
from py4DSTEM import process
8073

8174

82-
8375
### utilities
8476

8577
# config
8678
from py4DSTEM.utils.configuration_checker import check_config
79+
8780
# TODO - config .toml
8881

8982
# testing
90-
from os.path import dirname,join
91-
_TESTPATH = join(dirname(__file__), "../test/unit_test_data")
92-
93-
83+
from os.path import dirname, join
9484

85+
_TESTPATH = join(dirname(__file__), "../test/unit_test_data")

py4DSTEM/braggvectors/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from py4DSTEM.braggvectors.braggvector_methods import BraggVectorMap
44
from py4DSTEM.braggvectors.diskdetection import *
55
from py4DSTEM.braggvectors.probe import *
6-
#from .diskdetection_aiml import *
7-
#from .diskdetection_parallel_new import *
86

7+
# from .diskdetection_aiml import *
8+
# from .diskdetection_parallel_new import *

0 commit comments

Comments
 (0)