Skip to content

Commit 75b381e

Browse files
committed
Error model cases.
1 parent e5e4559 commit 75b381e

1 file changed

Lines changed: 36 additions & 4 deletions

File tree

analysis/scalarmults/graphs.ipynb

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979
},
8080
{
8181
"cell_type": "code",
82-
"execution_count": 4,
82+
"execution_count": 44,
8383
"id": "8246fb1b-dc70-4b47-ae2e-94755e7f25db",
8484
"metadata": {},
8585
"outputs": [
8686
{
8787
"data": {
8888
"application/vnd.jupyter.widget-view+json": {
89-
"model_id": "90ae5c96136440a9b105b10cd389f0e1",
89+
"model_id": "3492a14eae2142b8b462b8dcffa2cff6",
9090
"version_major": 2,
9191
"version_minor": 0
9292
},
@@ -403,7 +403,7 @@
403403
{
404404
"data": {
405405
"application/vnd.jupyter.widget-view+json": {
406-
"model_id": "1b567b43c19a40dc9bf9774712da5fe9",
406+
"model_id": "99fba4751fe14a5e80b9296d8fd35916",
407407
"version_major": 2,
408408
"version_minor": 0
409409
},
@@ -506,6 +506,19 @@
506506
"# TODO: Should or should not contain (2, 1) in add?"
507507
]
508508
},
509+
{
510+
"cell_type": "code",
511+
"execution_count": null,
512+
"id": "410afece-9c97-437c-a8ed-09a92def4e8b",
513+
"metadata": {},
514+
"outputs": [],
515+
"source": [
516+
"# check_condition=\"necessary\", precomp_to_affine=fully\n",
517+
"add \t [(0, 1), (2, 1), (4, 2), (24, 1)]\n",
518+
"affine \t [(1,), (2,), (3,), (100,)]\n",
519+
"dbl \t [(1,), (2,), (6,), (12,), (25,), (50,)]"
520+
]
521+
},
509522
{
510523
"cell_type": "code",
511524
"execution_count": 21,
@@ -527,6 +540,25 @@
527540
"# "
528541
]
529542
},
543+
{
544+
"cell_type": "markdown",
545+
"id": "061014ba-adb2-489c-bfb1-9dc9d04fc8f0",
546+
"metadata": {},
547+
"source": [
548+
"### Cases\n",
549+
"\n",
550+
"| | to_affine | add | precomp_to_affine | |\n",
551+
"|---|-----------|---------|-------------------|---|\n",
552+
"| 1 | corrupt | corrupt | true | |\n",
553+
"| 2 | corrupt | error | true | |\n",
554+
"| 3 | error | corrupt | true | |\n",
555+
"| 4 | error | error | true | |\n",
556+
"| 5 | corrupt | corrupt | false | |\n",
557+
"| 6 | corrupt | error | false | |\n",
558+
"| 7 | error | corrupt | false | |\n",
559+
"| 8 | error | error | false | |"
560+
]
561+
},
530562
{
531563
"cell_type": "markdown",
532564
"id": "25a651e8-3f10-47bb-8c82-bd70f17d4376",
@@ -717,7 +749,7 @@
717749
{
718750
"data": {
719751
"application/vnd.jupyter.widget-view+json": {
720-
"model_id": "9f6efff8293f44d2acadc052ab03878f",
752+
"model_id": "66f3b617dc744d78b7188f3bc5365b62",
721753
"version_major": 2,
722754
"version_minor": 0
723755
},

0 commit comments

Comments
 (0)