Skip to content

Commit 674aa03

Browse files
committed
Fix test
1 parent 884f98d commit 674aa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_input_damages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def test_prep_mortality_damages(
10021002
"""
10031003
Test that prep_mortality_damages correctly reshapes different versions of mortality estimate runs for use in integration system and saves to zarr file
10041004
"""
1005-
for b in ["6", "9"]:
1005+
for b in range(15):
10061006
for e in ["1.0", "1.34"]:
10071007
ds_in = xr.Dataset(
10081008
{

0 commit comments

Comments
 (0)