Skip to content

Commit db7befe

Browse files
committed
tox
1 parent df41209 commit db7befe

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_images(parity, dtype):
4545
# numpy array for top-level functions that directly expect it
4646
g = grid_2d(size)
4747
im_np = (
48-
2 * gaussian_2d(size, sigma=size/5)
48+
2 * gaussian_2d(size, sigma=size / 5)
4949
+ np.sin(7 * np.pi * g["x"]) * np.cos(3 * np.pi * g["y"])
5050
).astype(dtype)[np.newaxis]
5151

tests/test_starfileio.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import numpy as np
88

99
import tests.saved_test_data
10-
from aspire.image import Image
11-
from aspire.source import ArrayImageSource
1210
from aspire.storage import StarFile, StarFileError
1311
from aspire.utils import RelionStarFile, importlib_path
1412

0 commit comments

Comments
 (0)