Skip to content

Commit 32290e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 94b40fc commit 32290e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monai/transforms/intensity/array.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def __init__(
173173
prob: float = 0.1,
174174
mean: Sequence[float] | float = 0.0,
175175
std: Sequence[float] | float = 1.0,
176-
degrees_of_freedom: int = 64, # 64 default because typical modern brain MRI is 32 quadrature coils
176+
degrees_of_freedom: int = 64, # 64 default because typical modern brain MRI is 32 quadrature coils
177177
channel_wise: bool = False,
178178
relative: bool = False,
179179
sample_std: bool = True,
@@ -288,9 +288,9 @@ def __call__(self, img: NdarrayOrTensor, randomize: bool = True) -> NdarrayOrTen
288288

289289

290290
=======
291-
292291

293-
292+
293+
294294
>>>>>>> 83d8ad52 (Fixes metadata dropping)
295295
class RandRicianNoise(RandomizableTransform):
296296
"""

0 commit comments

Comments
 (0)