We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b8bcb commit 006559bCopy full SHA for 006559b
climada/engine/test/test_impact_forecast.py
@@ -237,7 +237,7 @@ def test_impact_forecast_blocked_methods(impact_forecast):
237
@pytest.mark.parametrize("dense", [True, False])
238
def test_write_read_hdf5(impact_forecast, tmp_path, dense):
239
240
- file_name = tmp_path / "test_hazard_forecast.h5"
+ file_name = tmp_path / "test_impact_forecast.h5"
241
# replace dummy_impact event_names with strings
242
impact_forecast.event_name = [str(name) for name in impact_forecast.event_name]
243
impact_forecast.write_hdf5(file_name, dense_imp_mat=dense)
0 commit comments