Skip to content

Commit

Permalink
Merge branch 'dev' into bschell/turn-off-redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana authored Oct 1, 2024
2 parents 87cd1f1 + 9af1e36 commit 3f0b0f2
Show file tree
Hide file tree
Showing 23 changed files with 626 additions and 253 deletions.
14 changes: 7 additions & 7 deletions notebooks/api/0.8/11-container-images-k8s.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@
"assert workerimage is not None, str([image.__dict__ for image in image_list])\n",
"assert workerimage.is_built is not None, str(workerimage)\n",
"assert workerimage.built_at is not None, str(workerimage)\n",
"assert workerimage.image_hash is not None, str(workerimage)\n",
"assert image_list[workerimage.built_image_tag] == workerimage"
"assert workerimage.image_hash is not None, str(workerimage)"
]
},
{
Expand Down Expand Up @@ -1037,10 +1036,6 @@
"assert workerimage_opendp.built_at is not None, str(workerimage_opendp.__dict__)\n",
"assert workerimage_opendp.image_hash is not None, str(workerimage_opendp.__dict__)\n",
"\n",
"assert _images[workerimage_opendp.built_image_tag] == workerimage_opendp, str(\n",
" workerimage_opendp\n",
")\n",
"\n",
"workerimage_opendp"
]
},
Expand Down Expand Up @@ -1394,6 +1389,11 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "syft-3.11",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand All @@ -1404,7 +1404,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"\n",
"# syft absolute\n",
"import syft as sy\n",
"from syft.util.test_helpers.checkpoint import create_checkpoint\n",
"from syft.util.test_helpers.email_helpers import get_email_server"
]
},
Expand Down Expand Up @@ -87,6 +88,15 @@
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"root_client.users"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -201,7 +211,7 @@
"metadata": {},
"outputs": [],
"source": [
"smtp_server.stop()"
"create_checkpoint(name=\"000-start-and-config\", client=root_client)"
]
},
{
Expand All @@ -210,20 +220,22 @@
"metadata": {},
"outputs": [],
"source": [
"server.land()"
"smtp_server.stop()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"source": [
"server.land()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -237,7 +249,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.10"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 3f0b0f2

Please sign in to comment.