Skip to content

Commit 390687d

Browse files
Jammy2211Jammy2211
authored andcommitted
black
1 parent 355d0a2 commit 390687d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoarray/inversion/inversion/abstract.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def reconstruction(self) -> np.ndarray:
420420
ZTZ := np.dot(Z.T, Z)
421421
ZTx := np.dot(Z.T, x)
422422
"""
423+
423424
if self.settings.use_positive_only_solver:
424425

425426
if self.preloads.source_pixel_zeroed_indices is not None:

0 commit comments

Comments
 (0)