Skip to content

Commit 42e7936

Browse files
Update monai/transforms/intensity/array.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: karllandheer <76697225+karllandheer@users.noreply.github.com>
1 parent c6b4946 commit 42e7936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/transforms/intensity/array.py

Lines changed: 1 addition & 1 deletion
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,

0 commit comments

Comments
 (0)