Skip to content

Commit 006559b

Browse files
Update climada/engine/test/test_impact_forecast.py
Co-authored-by: Valentin Gebhart <60438839+ValentinGebhart@users.noreply.github.com>
1 parent 98b8bcb commit 006559b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/engine/test/test_impact_forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_impact_forecast_blocked_methods(impact_forecast):
237237
@pytest.mark.parametrize("dense", [True, False])
238238
def test_write_read_hdf5(impact_forecast, tmp_path, dense):
239239

240-
file_name = tmp_path / "test_hazard_forecast.h5"
240+
file_name = tmp_path / "test_impact_forecast.h5"
241241
# replace dummy_impact event_names with strings
242242
impact_forecast.event_name = [str(name) for name in impact_forecast.event_name]
243243
impact_forecast.write_hdf5(file_name, dense_imp_mat=dense)

0 commit comments

Comments
 (0)