Skip to content

Commit b990ca7

Browse files
committed
FIX: catch notebook error for test
1 parent b680607 commit b990ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/introduction_quickstart.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@
840840
"metadata": {},
841841
"outputs": [],
842842
"source": [
843+
"# NBVAL_SKIP\n",
843844
"square_node = Node(square, name=\"square\")\n",
844845
"square_node.inputs.x = [2, 4]\n",
845846
"res = square_node.run()\n",

0 commit comments

Comments
 (0)