We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11871f commit 463568cCopy full SHA for 463568c
1 file changed
climada/trajectories/interpolation.py
@@ -430,10 +430,6 @@ class ExponentialExposureStrategy(InterpolationStrategyBase):
430
431
def __init__(self) -> None:
432
super().__init__()
433
- self.exposure_interp = (
434
- lambda mat_start, mat_end, points: exponential_interp_imp_mat(
435
- mat_start, mat_end, points
436
- )
437
+ self.exposure_interp = exponential_interp_imp_mat
438
self.hazard_interp = linear_interp_arrays
439
self.vulnerability_interp = linear_interp_arrays
0 commit comments