Skip to content

Commit

Permalink
Use test-specific name in GDX file names
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Sep 13, 2024
1 parent 23b4520 commit bfa7b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix/tests/tools/test_add_year.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def base_scen_mp(test_mp, request):
scen.add_par("output", tec_specs + output_specs, 1, "-")
scen.add_par("var_cost", tec_specs + ["year"], value, "USD/GWa")

scen.solve(case="original_years", quiet=True)
scen.solve(case=f"{request.node.name}_original_years", quiet=True)

yield scen, test_mp

Expand Down

0 comments on commit bfa7b01

Please sign in to comment.