Skip to content

Commit

Permalink
Merge pull request #177 from knaaptime/pycnofix
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime authored Jul 13, 2023
2 parents 9663a70 + 578a313 commit e5b0d8a
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 e5b0d8a

Please sign in to comment.