Skip to content

Commit 463568c

Browse files
committed
complies with pylint
1 parent d11871f commit 463568c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

climada/trajectories/interpolation.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,6 @@ class ExponentialExposureStrategy(InterpolationStrategyBase):
430430

431431
def __init__(self) -> None:
432432
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-
)
433+
self.exposure_interp = exponential_interp_imp_mat
438434
self.hazard_interp = linear_interp_arrays
439435
self.vulnerability_interp = linear_interp_arrays

0 commit comments

Comments
 (0)