{{ message }}
Commit e8aa812
Update gaussian_filter.py (TheAlgorithms#1548)
* Update gaussian_filter.py
Changed embedded for loops with product. This way range(dst_height) is called only once, instead of being called $dst_height.
* Update gaussian_filter.py
fixed missing width1 parent 28c02a1 commit e8aa812
1 file changed
Lines changed: 2 additions & 2 deletions

0 commit comments