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 f0f635b commit 063a4ceCopy full SHA for 063a4ce
climada/trajectories/interpolated_trajectory.py
@@ -65,7 +65,9 @@
65
from climada.trajectories.snapshot import Snapshot
66
from climada.trajectories.trajectory import (
67
DEFAULT_ALLGROUP_NAME,
68
+ DEFAULT_DF_COLUMN_PRIORITY,
69
DEFAULT_RP,
70
+ INDEXING_COLUMNS,
71
RiskTrajectory,
72
)
73
from climada.util import log_level
@@ -75,8 +77,6 @@
75
77
76
78
__all__ = ["InterpolatedRiskTrajectory"]
79
-from climada.trajectories.trajectory import DEFAULT_DF_COLUMN_PRIORITY, INDEXING_COLUMNS
-
80
81
class InterpolatedRiskTrajectory(RiskTrajectory):
82
"""This class implements interpolated risk trajectories, objects that
0 commit comments