Skip to content

Commit

Permalink
flake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Nov 15, 2023
1 parent e59bf62 commit cbbb6a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extend-ignore:
E203,
E204,
E231,
E265,
E266,
E303,
E402,
Expand Down
1 change: 0 additions & 1 deletion test/test_datacube.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import py4DSTEM
import numpy as np
from os.path import join

# set filepath
path = py4DSTEM._TESTPATH + "/small_datacube.dm4"
Expand Down
6 changes: 3 additions & 3 deletions test/test_native_io/test_calibration_io.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import py4DSTEM
#import numpy as np
#from os.path import join
# import py4DSTEM
# import numpy as np
# from os.path import join

# set filepath
# path = join(py4DSTEM._TESTPATH, "filename")
Expand Down
1 change: 0 additions & 1 deletion test/test_native_io/test_realslice_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@

def test_read_realslice():
realslice = py4DSTEM.read(filepath, datapath="4DSTEM/Fit Data") # noqa: F841

0 comments on commit cbbb6a6

Please sign in to comment.