We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4db1d0 commit c6e147eCopy full SHA for c6e147e
climada/trajectories/impact_calc_strat.py
@@ -43,7 +43,7 @@ def compute_impacts(
43
risk_transf_cover: float | None,
44
calc_residual: bool,
45
) -> Impact:
46
- pass
+ """Method used to compute impact from the snapshots."""
47
48
49
class ImpactCalcComputation(ImpactComputationStrategy):
0 commit comments