Skip to content

Commit

Permalink
adjust expected result in yv_ya test
Browse files Browse the repository at this point in the history
  • Loading branch information
awais307 committed Feb 2, 2024
1 parent c574eb6 commit b0f9abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_ix_models/tests/model/water/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ def test_map_yv_ya_lt():
# test with no active year specified
expected_no_ya = pd.DataFrame(
{
"year_vtg": [2010, 2020, 2020, 2030, 2030, 2040],
"year_act": [2020, 2020, 2030, 2030, 2040, 2040],
"year_vtg": [2020, 2020, 2020, 2020],
"year_act": [2020, 2030, 2040, 2050],
}
)

Expand Down

0 comments on commit b0f9abe

Please sign in to comment.