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 822c7f1 commit 1b78bdfCopy full SHA for 1b78bdf
climada/engine/cost_benefit.py
@@ -31,7 +31,7 @@
31
from matplotlib.patches import FancyArrowPatch, Rectangle
32
from tabulate import tabulate
33
34
-from climada.engine import Impact, ImpactFreqCurve
+from climada.engine.impact import Impact, ImpactFreqCurve
35
from climada.engine.impact_calc import ImpactCalc
36
37
LOGGER = logging.getLogger(__name__)
climada/engine/impact_calc.py
@@ -28,7 +28,7 @@
28
from scipy import sparse
29
30
from climada import CONFIG
-from climada.engine import Impact
+from climada.engine.impact import Impact
0 commit comments