Skip to content

Commit 5459a80

Browse files
committed
Adjust test expectations for #451
- cf. #968.
1 parent 5321cf9 commit 5459a80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

message_ix/tests/test_feature_bound_activity_shares.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ def assert_dantzig_solution(s: Scenario, lp_method: int) -> None:
4343
exp = (
4444
pd.DataFrame(
4545
[
46-
["seattle", "production", 350.0, 350.0],
46+
["seattle", "production", 350.0, 300.0],
4747
["seattle", "to_new-york", 50.0, 0.0],
4848
["seattle", "to_chicago", 300.0, 300.0],
4949
["seattle", "to_topeka", 0.0, 0.0],
50-
["san-diego", "production", 600.0, 600.0],
50+
["san-diego", "production", 550.0, 600.0],
5151
["san-diego", "to_new-york", 275.0, 325.0],
5252
["san-diego", "to_chicago", 0.0, 0.0],
5353
["san-diego", "to_topeka", 275.0, 275.0],

message_ix/tests/test_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def exp_len_all(test_mp: Platform) -> int:
179179
DEMAND=3,
180180
OBJ=1,
181181
OBJECTIVE=1,
182-
PRICE_COMMODITY=3,
182+
PRICE_COMMODITY=5,
183183
bound_activity_up=2,
184184
demand=3,
185185
duration_period=2,

0 commit comments

Comments
 (0)