Skip to content

Commit 20e9189

Browse files
Update tests/transforms/test_rand_noncentralchi_noise.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 42e7936 commit 20e9189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/transforms/test_rand_noncentralchi_noise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TestRandNonCentralChiNoise(NumpyImageTestCase2D):
3030
@parameterized.expand(TESTS)
3131
def test_correct_results(self, _, in_type, mean, std):
3232
seed = 0
33-
degrees_of_freedom = 64 #64 is common due to 32 channel head coil
33+
degrees_of_freedom = 64 # 64 is common due to 32 channel head coil
3434
noise_fn = RandNonCentralChiNoise(prob=1.0, mean=mean, std=std, degrees_of_freedom=degrees_of_freedom)
3535
noise_fn.set_random_state(seed)
3636
im = in_type(self.imt)

0 commit comments

Comments
 (0)