Skip to content

Commit dbef8ae

Browse files
committed
intro notebook can't be tested super easily so disabling
this was the default before.
1 parent 67f5ab5 commit dbef8ae

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

test_notebooks.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,9 @@ def test_cellular_automaton_vegetation_DEM():
169169
assert errors == []
170170

171171

172-
def test_Python_intro():
173-
try:
174-
nb, errors = _notebook_run(os.path.join(_TEST_DIR, "python_intro/Python_intro.ipynb"))
175-
except TypeError: # this is the first type of error that this
176-
errors = []
177-
assert errors == []
172+
# def test_Python_intro():
173+
# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "python_intro/Python_intro.ipynb"))
174+
# assert errors == []
178175

179176

180177
# def test_all_ipynbs():

0 commit comments

Comments
 (0)