Skip to content

Commit

Permalink
Merge pull request #85 from radarhere/url
Browse files Browse the repository at this point in the history
Updated redirected URL
  • Loading branch information
homm authored Dec 10, 2018
2 parents 814100d + 21059db commit dc71bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/cases/pillow.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def gaussian_blur(cls, self, radius, n=3):
# Pillow 2.6 used different radius formula
return self._new(ImageOps.gaussian_blur(self, radius * 2.5))

# http://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf
# https://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf
# [7] Box length.
L = math.sqrt(12.0 * float(radius) * radius / n + 1.0)
# [11] Box radius.
Expand Down

0 comments on commit dc71bf8

Please sign in to comment.