Skip to content

Commit 1577e16

Browse files
committed
Fix tests
1 parent c6516be commit 1577e16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_input_damages.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,9 @@ def test_prep_mortality_damages(
11231123

11241124
xr.testing.assert_equal(
11251125
ds_out_expected,
1126-
ds_out_actual,
1126+
ds_out_actual.sel(ds_out_expected.coords).transpose(
1127+
*list(ds_out_expected.dims)
1128+
),
11271129
)
11281130

11291131

0 commit comments

Comments
 (0)