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 f295139 commit da2f5e6Copy full SHA for da2f5e6
climada/engine/impact.py
@@ -106,9 +106,7 @@ def calc_freq_curve(self):
106
ifc.return_per = 1/exceed_freq
107
ifc.impact = self.at_event[sort_idxs]
108
ifc.unit = self.unit
109
- ifc.label = os.path.splitext(os.path.basename( \
110
- self.exposures_tag.file_name))[0] + ' x ' + \
111
- os.path.splitext(os.path.basename(self.hazard_tag.file_name))[0]
+ ifc.label = 'Exceedance frequency curve'
112
return ifc
113
114
def calc(self, exposures, impact_funcs, hazard):
0 commit comments