Skip to content

Commit 7c2bac3

Browse files
committed
deliberately raise error to test PR build
1 parent b621286 commit 7c2bac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sagemaker-python-sdk/pytorch_cnn_cifar10/pytorch_local_mode_cifar10.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"metadata": {},
4949
"outputs": [],
5050
"source": [
51+
"raise Exception(\"Intentional error to test a notebook that fails to run.\")\n",
52+
"\n",
5153
"import sagemaker\n",
5254
"\n",
5355
"sagemaker_session = sagemaker.Session()\n",

0 commit comments

Comments
 (0)