We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f5ab5 commit dbef8aeCopy full SHA for dbef8ae
1 file changed
test_notebooks.py
@@ -169,12 +169,9 @@ def test_cellular_automaton_vegetation_DEM():
169
assert errors == []
170
171
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 == []
+# def test_Python_intro():
+# nb, errors = _notebook_run(os.path.join(_TEST_DIR, "python_intro/Python_intro.ipynb"))
+# assert errors == []
178
179
180
# def test_all_ipynbs():
0 commit comments