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 4ff651d commit 75e3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyrit/core/meas.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def __init__(self, H: torch.tensor):
H = torch.tensor(H, dtype=torch.float32)
else:
H = H.type(torch.float32)

super().__init__(H)

# initialize self.P = [ H^+ ]
Expand Down

0 comments on commit 75e3ad8

Please sign in to comment.