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 8d99265 commit 5e91f46Copy full SHA for 5e91f46
climada/engine/test/test_impact.py
@@ -56,7 +56,7 @@ def test_ref_value_pass(self):
56
self.assertEqual(0.400665463736549e9, ifc.impact[7])
57
self.assertEqual(0.381063674256423e9, ifc.impact[8])
58
self.assertEqual(0, ifc.impact[9])
59
- self.assertEqual(' x ', ifc.label)
+ self.assertEqual('Exceedance frequency curve', ifc.label)
60
self.assertEqual('USD', ifc.unit)
61
62
class TestOneExposure(unittest.TestCase):
0 commit comments