We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca656f commit 2b20784Copy full SHA for 2b20784
1 file changed
climada/engine/test/test_impact_calc.py
@@ -441,7 +441,7 @@ def test_calc_insured_impact_no_insurance(self):
441
self.assertEqual(
442
logs.output,
443
[
444
- "INFO:climada.engine.impact_calc:Calculating impact for 150 assets (>0) and 14450 events."
+ "INFO:climada.engine.impact_calc:Calculating impact for 50 assets (>0) and 14450 events."
445
],
446
)
447
self.assertEqual(icalc.n_events, len(impact.at_event))
0 commit comments