Skip to content

Commit

Permalink
[pre-commit.ci] Automatic python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 26, 2024
1 parent 4f923b5 commit 6c89146
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spyrit/dev/recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ class PseudoInverseStore2(nn.Module):
"""

def __init__(
self, meas_op: LinearSplit, reg: float = 1e-15, learn: bool = False
):
def __init__(self, meas_op: LinearSplit, reg: float = 1e-15, learn: bool = False):
H = meas_op.get_H()
M, N = H.shape
H_pinv = np.linalg.pinv(H, rcond=reg)
Expand Down

0 comments on commit 6c89146

Please sign in to comment.