Skip to content

Commit 513605b

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/impact-computation-strategies
2 parents 4c7768a + 710a263 commit 513605b

5 files changed

Lines changed: 703 additions & 2 deletions

File tree

climada/trajectories/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
2222
"""
2323

24+
from .interpolation import AllLinearStrategy, ExponentialExposureStrategy
2425
from .snapshot import Snapshot
2526

2627
__all__ = [
28+
"AllLinearStrategy",
29+
"ExponentialExposureStrategy",
2730
"Snapshot",
2831
]

0 commit comments

Comments
 (0)