`dscim.diagnostics.damage_function.damage_function_w_consumption()` has multiple mutable default arguments: - years - recipes This is [a common gotcha](https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments), we might want to refactor this to avoid bugs. https://github.com/ClimateImpactLab/dscim/blob/8a870c3e2e16fbc3077f33972c5ef59a9278bb7e/src/dscim/diagnostics/damage_function.py#L266
dscim.diagnostics.damage_function.damage_function_w_consumption()has multiple mutable default arguments:This is a common gotcha, we might want to refactor this to avoid bugs.
dscim/src/dscim/diagnostics/damage_function.py
Line 266 in 8a870c3