Skip to content
Snippets Groups Projects
Commit 50e9de19 authored by dgelessus's avatar dgelessus
Browse files

Rerun VisB_Test.ipynb to remove debug print junk

parent 54115e8d
No related branches found
No related tags found
No related merge requests found
Pipeline #117198 passed
......@@ -225,9 +225,7 @@
" <script>\n",
" function visualise0(stepNr) {\n",
" setAttr(\"visb_debug_messages\",\"text\",\"Step \"+stepNr+\"/1, State ID: 0\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
" setAttr(\"button\",\"fill\",\"red\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" setAttr(\"arrow\",\"visible\",\"TRUE\");\n",
" setAttr(\"arrow\",\"x2\",\"100.0\");\n",
" setAttr(\"arrow\",\"y2\",\"20.0\");\n",
......@@ -272,19 +270,10 @@
" </marker>\n",
" </defs>\n",
"\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" <circle id=\"button\" cx=\"100\" cy=\"100\" fill=\"red\" r=\"80\" stroke=\"black\" stroke-width=\"2\"></circle>\n",
" <line id=\"arrow\" marker-end=\"url(#arrowhead)\" stroke=\"gray\" stroke-width=\"2.0\" visible=\"TRUE\" x1=\"100\" x2=\"100.0\" y1=\"100\" y2=\"20.0\"></line>\n",
"</svg>\n",
" </div>\n",
" <button type=\"button\" class=\"collapsible-style\">Trace (length=1)</button>\n",
"<div class=\"coll-content-vis\">\n",
" <table> <tr> <th>Nr</th> <th>Event</th> <th>Target State ID</th> </tr>\n",
"\n",
" <tr id=\"row1\" onclick=\"visualise0(1)\"><td>1</td><td style=\"cursor:pointer\"></td><td><button onclick=\"visualise0(1);\">State 0</button></td></tr>\n",
" </table>\n",
" </div>\n",
" <script> visualise0(1); </script>\n",
" </div>\n",
" <script> registerHovers() </script>\n",
......@@ -479,9 +468,7 @@
" <script>\n",
" function visualise1(stepNr) {\n",
" setAttr(\"visb_debug_messages\",\"text\",\"Step \"+stepNr+\"/1, State ID: 1\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
" setAttr(\"button\",\"fill\",\"green\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" setAttr(\"arrow\",\"visible\",\"TRUE\");\n",
" setAttr(\"arrow\",\"x2\",\"100.0\");\n",
" setAttr(\"arrow\",\"y2\",\"180.0\");\n",
......@@ -526,19 +513,10 @@
" </marker>\n",
" </defs>\n",
"\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" <circle id=\"button\" cx=\"100\" cy=\"100\" fill=\"green\" r=\"80\" stroke=\"black\" stroke-width=\"2\"></circle>\n",
" <line id=\"arrow\" marker-end=\"url(#arrowhead)\" stroke=\"gray\" stroke-width=\"2.0\" visible=\"TRUE\" x1=\"100\" x2=\"100.0\" y1=\"100\" y2=\"180.0\"></line>\n",
"</svg>\n",
" </div>\n",
" <button type=\"button\" class=\"collapsible-style\">Trace (length=1)</button>\n",
"<div class=\"coll-content-vis\">\n",
" <table> <tr> <th>Nr</th> <th>Event</th> <th>Target State ID</th> </tr>\n",
"\n",
" <tr id=\"row1\" onclick=\"visualise1(1)\"><td>1</td><td style=\"cursor:pointer\"></td><td><button onclick=\"visualise1(1);\">State 1</button></td></tr>\n",
" </table>\n",
" </div>\n",
" <script> visualise1(1); </script>\n",
" </div>\n",
" <script> registerHovers() </script>\n",
......@@ -733,9 +711,7 @@
" <script>\n",
" function visualise0(stepNr) {\n",
" setAttr(\"visb_debug_messages\",\"text\",\"Step \"+stepNr+\"/1, State ID: 0\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
" setAttr(\"button\",\"fill\",\"red\");\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" setAttr(\"arrow\",\"visible\",\"TRUE\");\n",
" setAttr(\"arrow\",\"x2\",\"100.0\");\n",
" setAttr(\"arrow\",\"y2\",\"20.0\");\n",
......@@ -780,19 +756,10 @@
" </marker>\n",
" </defs>\n",
"\n",
"Extracting SVG updates from VISB_SVG_UPDATES\n",
"Extracting SVG updates from VISB_SVG_UPDATES2\n",
" <circle id=\"button\" cx=\"100\" cy=\"100\" fill=\"red\" r=\"80\" stroke=\"black\" stroke-width=\"2\"></circle>\n",
" <line id=\"arrow\" marker-end=\"url(#arrowhead)\" stroke=\"gray\" stroke-width=\"2.0\" visible=\"TRUE\" x1=\"100\" x2=\"100.0\" y1=\"100\" y2=\"20.0\"></line>\n",
"</svg>\n",
" </div>\n",
" <button type=\"button\" class=\"collapsible-style\">Trace (length=1)</button>\n",
"<div class=\"coll-content-vis\">\n",
" <table> <tr> <th>Nr</th> <th>Event</th> <th>Target State ID</th> </tr>\n",
"\n",
" <tr id=\"row1\" onclick=\"visualise0(1)\"><td>1</td><td style=\"cursor:pointer\"></td><td><button onclick=\"visualise0(1);\">State 0</button></td></tr>\n",
" </table>\n",
" </div>\n",
" <script> visualise0(1); </script>\n",
" </div>\n",
" <script> registerHovers() </script>\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment