Skip to content

Commit

Permalink
Reverting changes to ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-aderr committed Dec 10, 2024
1 parent 772e475 commit de9e66a
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions demo/scenarios/1_requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -96,7 +96,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -208,7 +208,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -496,7 +496,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -562,7 +562,7 @@
"from demo.scenarios.values.string import String\n",
"\n",
"\n",
"# The full spec. Note that the Robustness QualityAttributCategory contains conditions for both Robustness scenarios.\n",
"# The full spec. Note that the Robustness QACategory contains conditions for both Robustness scenarios.\n",
"spec = Spec(\n",
" qa_categories={\n",
" Fairness(\n",
Expand Down Expand Up @@ -637,18 +637,11 @@
")\n",
"spec.save(parents=True, force=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "mlte-python-3NUZF8_b-py3.9",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -662,7 +655,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.20"
"version": "3.12.4"
},
"vscode": {
"interpreter": {
"hash": "82adda432962015d5f71beb9387a99f24d390514e497c776c87ff3434daf7312"
}
}
},
"nbformat": 4,
Expand Down

0 comments on commit de9e66a

Please sign in to comment.