Skip to content

Commit 1b0c725

Browse files
committed
tox
1 parent 91bc687 commit 1b0c725

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/aspire/classification/averager2d.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,9 @@ def align(self, classes, reflections, basis_coefficients):
365365

366366
if basis_coefficients is None:
367367
# Retrieve image coefficients, this is bad, but should be deleted anyway.
368-
basis_coefficients = self.composite_basis.evaluate_t(self.src.images(0, np.inf))
368+
basis_coefficients = self.composite_basis.evaluate_t(
369+
self.src.images(0, np.inf)
370+
)
369371

370372
# We want to maintain the original coefs for the base images,
371373
# because we will mutate them with shifts in the loop.

0 commit comments

Comments
 (0)