Skip to content

Commit

Permalink
fix typo in pycno when nanhandle is false
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Jul 13, 2023
1 parent 9663a70 commit 578a313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tobler/pycno/pycno.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def correct2Dm(data):
if handle_null:
sm = astroSmooth2d(value_array)
else:
sm = smooth2d(value_array)
sm = smooth2D(value_array)

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

0 comments on commit 578a313

Please sign in to comment.