Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jan 15, 2024
1 parent 9a2e0b3 commit 299275c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ixmp/tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def test_error_message(self, test_data_path, test_mp):
For details, see the terminal output above, plus:
Listing : {}
Log file : {}
Input data: {}""".format(*paths),
Input data: {}""".format(
*paths
),
):
s.solve(model_file=test_data_path / "_abort.gms", use_temp_dir=False)

0 comments on commit 299275c

Please sign in to comment.