From 3fc179d3a5b95f184391f57e8bc1c5090b4a2ae6 Mon Sep 17 00:00:00 2001 From: "miquel.ramirez@gmail.com" Date: Tue, 23 Oct 2018 16:34:56 +1100 Subject: [PATCH] Issue #127: Tests/Exploratory code - Added notebook exploring/exercising the PyFS interfaces --- pyfs/notebooks/auv.ipynb | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/pyfs/notebooks/auv.ipynb b/pyfs/notebooks/auv.ipynb index 9821edfd..6ca4ff15 100644 --- a/pyfs/notebooks/auv.ipynb +++ b/pyfs/notebooks/auv.ipynb @@ -138,12 +138,12 @@ "get_typename(0): bool\n", "get_typename(1): Integer\n", "get_object_name(2o): auv1\n", - "Symbol vy/1 registered with ID 0 (vy)\n", - "Symbol ite/2 registered with ID 1 (ite)\n", - "Symbol y/1 registered with ID 2 (y)\n", - "Symbol vx/1 registered with ID 3 (vx)\n", - "Symbol x/1 registered with ID 4 (x)\n", - "Symbol b/1 registered with ID 5 (b)\n" + "Symbol ite/2 registered with ID 0 (ite)\n", + "Symbol vy/1 registered with ID 1 (vy)\n", + "Symbol vx/1 registered with ID 2 (vx)\n", + "Symbol x/1 registered with ID 3 (x)\n", + "Symbol b/1 registered with ID 4 (b)\n", + "Symbol y/1 registered with ID 5 (y)\n" ] } ], @@ -179,19 +179,9 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 12, "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "\n", - "\n" - ] - } - ], + "outputs": [], "source": [ "Xt = []\n", "\n",