Skip to content

Commit

Permalink
Appease Stickler
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jun 5, 2020
1 parent b6c6397 commit 38c6ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ixmp/tests/reporting/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def test_computationerror(caplog):


def test_computationerror_ipython(test_data_path, tmp_path, tmp_env):
# NB this requires nbformat >= 5.0, because the output kind "evalue" was different
# pre-5.0
# NB this requires nbformat >= 5.0, because the output kind "evalue" was
# different pre-5.0
fname = test_data_path / 'reporting-exceptions.ipynb'
nb, _ = run_notebook(fname, tmp_path, tmp_env, allow_errors=True)

Expand Down

0 comments on commit 38c6ca8

Please sign in to comment.