Skip to content

Commit

Permalink
Add likely-required arguments to legacy_report test call
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Mar 29, 2024
1 parent 1c387dc commit d8b6c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_models/tests/report/test_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def test_legacy_report(test_context, load_snapshot):
log.info("Solve")
scenario.solve(solve_options=dict(lpmethod=4), quiet=True)

legacy_report(mp=mp, scen=scenario)
legacy_report(mp=mp, scen=scenario, merge_hist=True, ref_sol="True")

0 comments on commit d8b6c34

Please sign in to comment.