Passed
Push — master ( 7b848f...cac223 )
by Fernando
02:39
created

torchio.transforms.augmentation.intensity   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 8
dl 0
loc 8
rs 10
c 0
b 0
f 0
1
from .random_swap import RandomSwap
2
from .random_blur import RandomBlur
3
from .random_noise import RandomNoise
4
from .random_spike import RandomSpike
5
from .random_motion import RandomMotion
6
from .random_ghosting import RandomGhosting
7
from .random_bias_field import RandomBiasField
8