Skip to content

Commit

Permalink
add subannual-time resolution notebook to tutorial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jan 20, 2020
1 parent fec1d7e commit b43fe04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/test_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ def test_aggregating_downscaling_consistency():
assert errors == []


@pytest.mark.skipif(not jupyter_installed, reason=jupyter_reason)
@pytest.mark.skipif(not pandoc_installed, reason=pandoc_reason)
def test_subannual_time_resolution():
fname = os.path.join(tut_path, 'subannual_time_resolution.ipynb')
nb, errors = _notebook_run(fname)
assert errors == []


@pytest.mark.skipif(not jupyter_installed, reason=jupyter_reason)
@pytest.mark.skipif(not pandoc_installed, reason=pandoc_reason)
def test_pyam_logo():
Expand Down

0 comments on commit b43fe04

Please sign in to comment.