From 69cbb40d472daa82009e33bbe301fb08bf13749a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Sun, 26 Nov 2023 00:54:31 +0000 Subject: [PATCH] Fix typo --- src/torchio/transforms/augmentation/intensity/random_gamma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torchio/transforms/augmentation/intensity/random_gamma.py b/src/torchio/transforms/augmentation/intensity/random_gamma.py index 77c75b36..efc86d7a 100644 --- a/src/torchio/transforms/augmentation/intensity/random_gamma.py +++ b/src/torchio/transforms/augmentation/intensity/random_gamma.py @@ -38,7 +38,7 @@ class RandomGamma(RandomTransform, IntensityTransform): :class:`~torchio.transforms.RescaleIntensity` transform may be used to ensure that all values are positive. This is generally not problematic, but it is recommended to visualize results - on image with negative values. More information can be found on + on images with negative values. More information can be found on `this StackExchange question`_. .. _this StackExchange question: https://math.stackexchange.com/questions/317528/how-do-you-compute-negative-numbers-to-fractional-powers