Skip to content

Commit 084d532

Browse files
committed
asking for the lithology tests
1 parent 1faff5e commit 084d532

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test_notebooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ def test_set_BCs_on_voronoi():
144144
assert errors == []
145145

146146

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 == []
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 == []
150150

151151

152152
def test_reading_dem_into_landlab():

0 commit comments

Comments
 (0)