Skip to content

Commit e5b0d8a

Browse files
authored
Merge pull request #177 from knaaptime/pycnofix
2 parents 9663a70 + 578a313 commit e5b0d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tobler/pycno/pycno.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def correct2Dm(data):
157157
if handle_null:
158158
sm = astroSmooth2d(value_array)
159159
else:
160-
sm = smooth2d(value_array)
160+
sm = smooth2D(value_array)
161161

162162
# Relaxation to prevent overcompensation in the smoothing step
163163
value_array = value_array * r + (1.0 - r) * sm

0 commit comments

Comments
 (0)