We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b44882 commit bf88dbfCopy full SHA for bf88dbf
1 file changed
test_notebooks.py
@@ -87,9 +87,10 @@ def test_landlab_plotting():
87
assert errors == []
88
89
90
-def test_animate_landlab_output():
91
- nb, errors = _notebook_run(os.path.join(_TEST_DIR, "plotting/animate-landlab-output.ipynb"))
92
- assert errors == []
+# this notebook not tested because it requires FFMPEG
+# def test_animate_landlab_output():
+# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "plotting/animate-landlab-output.ipynb"))
93
+# assert errors == []
94
95
96
def test_grid_object_demo():
0 commit comments