Skip to content

Commit bf88dbf

Browse files
committed
commenting out tutorial that requires ffmpeg
1 parent 7b44882 commit bf88dbf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

test_notebooks.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ def test_landlab_plotting():
8787
assert errors == []
8888

8989

90-
def test_animate_landlab_output():
91-
nb, errors = _notebook_run(os.path.join(_TEST_DIR, "plotting/animate-landlab-output.ipynb"))
92-
assert errors == []
90+
# this notebook not tested because it requires FFMPEG
91+
# def test_animate_landlab_output():
92+
# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "plotting/animate-landlab-output.ipynb"))
93+
# assert errors == []
9394

9495

9596
def test_grid_object_demo():

0 commit comments

Comments
 (0)