Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 10, 2023
1 parent ed34a99 commit 5275729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion py4DSTEM/io/filereaders/read_arina.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import h5py
import hdf5plugin # noqa: F401
import hdf5plugin # noqa: F401
import numpy as np
from py4DSTEM.datacube import DataCube
from py4DSTEM.preprocess.utils import bin2D
Expand Down
1 change: 0 additions & 1 deletion py4DSTEM/utils/configuration_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def check_cupy_gpu(gratuitously_verbose: bool, **kwargs):
# Count how many GPUs Cupy can detect
num_gpus_detected = cp.cuda.runtime.getDeviceCount()


# print how many GPUs were detected, filter for a couple of special conditons
if num_gpus_detected == 0:
s = " Detected no GPUs "
Expand Down

0 comments on commit 5275729

Please sign in to comment.