We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e82a1 commit 38df263Copy full SHA for 38df263
1 file changed
climada/engine/test/test_impact_calc.py
@@ -701,7 +701,7 @@ class TestImpactCalcForecast:
701
@pytest.fixture
702
def impact_calc_forecast(self, impact_calc):
703
"""Write NaNs to attributes that are not used"""
704
- impact_calc["aai_agg"] = np.full_like(impact_calc["aai_agg"], np.nan)
+ impact_calc["aai_agg"] = np.nan
705
impact_calc["eai_exp"] = np.full_like(impact_calc["eai_exp"], np.nan)
706
707
def test_impact_forecast(
0 commit comments