Skip to content

Commit bafc63d

Browse files
committed
black
1 parent a1ddacc commit bafc63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepinv/models/ram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def forward(self, y, physics=None, sigma=None, gain=None):
226226
)
227227
else:
228228
if hasattr(physics, "noise_model"):
229-
sigma = getattr(physics.noise_model, "sigma", self.sigma_threshold)
229+
sigma = getattr(physics.noise_model, "sigma", self.sigma_threshold)
230230
gain = getattr(physics.noise_model, "gain", 1e-3)
231231

232232
x_temp = physics.A_adjoint(y)

0 commit comments

Comments
 (0)