Skip to content

Commit 8c15178

Browse files
committed
lithology doesn't yet exist on this branch, removing
1 parent 1ec8a01 commit 8c15178

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
@@ -145,9 +145,9 @@ def test_set_BCs_on_voronoi():
145145
assert errors == []
146146

147147

148-
def test_lithology_and_litholayers():
149-
nb, errors = _notebook_run(os.path.join(_TEST_DIR, "lithology/lithology_and_litholayers.ipynb"))
150-
assert errors == []
148+
# def test_lithology_and_litholayers(): # this doesn't exist on this branch yet
149+
# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "lithology/lithology_and_litholayers.ipynb"))
150+
# assert errors == []
151151

152152

153153
def test_reading_dem_into_landlab():

0 commit comments

Comments
 (0)