Skip to content

Commit e26d453

Browse files
committed
Fix tests
1 parent 664572d commit e26d453

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
@@ -1123,7 +1123,7 @@ def test_prep_mortality_damages(
11231123

11241124
xr.testing.assert_equal(
11251125
ds_out_expected,
1126-
ds_out_actual.sel(ds_out_expected.coords).transpose(ds_out_expected.dims),
1126+
ds_out_actual.sel(ds_out_expected.coords).transpose(*list(ds_out_expected.dims)),
11271127
)
11281128

11291129

0 commit comments

Comments
 (0)