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 25fbcda commit b8ef41aCopy full SHA for b8ef41a
1 file changed
climada/trajectories/snapshot.py
@@ -87,7 +87,7 @@ def __init__(
87
self._exposure = exposure if ref_only else copy.deepcopy(exposure)
88
self._hazard = hazard if ref_only else copy.deepcopy(hazard)
89
self._impfset = impfset if ref_only else copy.deepcopy(impfset)
90
- self._measure = measure if ref_only else copy.deepcopy(impfset)
+ self._measure = measure if ref_only else copy.deepcopy(measure)
91
self._date = self._convert_to_date(date)
92
93
@classmethod
0 commit comments