We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abddc1 commit fd44458Copy full SHA for fd44458
tests/utils/jupyter.py
@@ -17,8 +17,6 @@ def run_notebook(path):
17
18
try:
19
result = kernel.preprocess(nb)
20
- except Exception as e:
21
- raise e
22
finally:
23
if cleanup_checkpoints and checkpoint_path.exists():
24
# clean up if the directory was created by the test
0 commit comments