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