GO-Eratosthenes/dhdt

Variable `g_1` not used

Closed this issue · 0 comments

In dhdt/preprocessing/shadow_filters.py, function diffusion_strength_1, the first block in the if conditions defines g_1, which is however never used because overwritten right after the if statements:

g_1 = np.exp(-1 * np.divide(np.abs(I),K)**2)

Is this correct?