Skip to content

Commit

Permalink
api/0.8: fix assert in multiple code requests notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Apr 2, 2024
1 parent 176fa7c commit 9168a86
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion notebooks/api/0.8/06-multiple-code-requests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"metadata": {},
"outputs": [],
"source": [
"assert len(datasets) == 2\n",
"assert len(datasets) == 1\n",
"dataset_ptr = datasets[0]\n",
"dataset_ptr"
]
Expand Down Expand Up @@ -552,6 +552,14 @@
"if node.deployment_type.value in [\"python\", \"single_container\"]:\n",
" node.land()"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "40",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 9168a86

Please sign in to comment.