GO-Eratosthenes / dhdt

Extracting topography from mountain glaciers, through the use of shadow casted by surrounding mountains.
https://dhdt.readthedocs.io
Apache License 2.0
7 stars 1 forks source link

Variable `denom` not used #106

Closed fnattino closed 1 year ago

fnattino commented 1 year ago

Similarly to #105, denom in diffusion_strength_2 is defined but never used (overwritten after the if statement)

https://github.com/GO-Eratosthenes/dhdt/blob/e397ef7d7bbe418f360277e4334252d398c87ffe/dhdt/preprocessing/shadow_filters.py#L310