Skip to content

Commit 9249e01

Browse files
chahankpeanutfun
andauthored
Update climada/engine/test/test_impact_forecast.py
Co-authored-by: Lukas Riedel <[email protected]>
1 parent bf57de1 commit 9249e01

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
@@ -86,7 +86,7 @@ def test_impact_forecast_from_impact(
8686

8787
def test_impact_forecast_select(impact_forecast, lead_time, member, impact_kwargs):
8888
"""Check if Impact.select works on the derived class"""
89-
select_mask = np.array([1, 2])
89+
select_mask = np.array([2, 1])
9090
ordered_select_mask = np.array([1, 2])
9191
vars_to_select = {
9292
"event_id": "event_ids",

0 commit comments

Comments
 (0)