Skip to content

Commit

Permalink
Update tests for the new changes in Westeros baseline OBJ
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam-zakeri committed Apr 23, 2024
1 parent 29caf24 commit 44a80be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix/tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _t(group: Union[str, None], basename: str, *, check=None, marks=None):
#: Argument values to parametrize :func:`test_tutorial`.
TUTORIALS: List[Tuple] = [
# IPython kernel
_t("w0", f"{W}_baseline", check=[("solve-objective-value", 173795.09375)]),
_t("w0", f"{W}_baseline", check=[("solve-objective-value", 159025.82812)]),
# NB could also check objective function values in the following tutorials; however,
# better to test features directly (not via Jupyter/IPython)
_t("w0", f"{W}_baseline_using_xlsx_import_part1"),
Expand Down

0 comments on commit 44a80be

Please sign in to comment.