Variable `g_1` not used
Closed this issue · 0 comments
fnattino commented
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:
dhdt/dhdt/preprocessing/shadow_filters.py
Line 272 in e397ef7
Is this correct?