We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec8a01 commit 8c15178Copy full SHA for 8c15178
1 file changed
test_notebooks.py
@@ -145,9 +145,9 @@ def test_set_BCs_on_voronoi():
145
assert errors == []
146
147
148
-def test_lithology_and_litholayers():
149
- nb, errors = _notebook_run(os.path.join(_TEST_DIR, "lithology/lithology_and_litholayers.ipynb"))
150
- assert errors == []
+# def test_lithology_and_litholayers(): # this doesn't exist on this branch yet
+# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "lithology/lithology_and_litholayers.ipynb"))
+# assert errors == []
151
152
153
def test_reading_dem_into_landlab():
0 commit comments