Skip to content

Commit

Permalink
Issue #127: Tests/Exploratory code
Browse files Browse the repository at this point in the history
 - Added notebook exploring/exercising the PyFS interfaces
  • Loading branch information
miquelramirez committed Oct 23, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8d6dcf3 commit 3fc179d
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions pyfs/notebooks/auv.ipynb
Original file line number Diff line number Diff line change
@@ -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": [
"<pyfs.extension._pyfs.CompositeTerm object at 0x7f82c012cda0>\n",
"<pyfs.extension._pyfs.CompositeTerm object at 0x7f82c012cad0>\n",
"<pyfs.extension._pyfs.CompositeTerm object at 0x7f82c012cda0>\n"
]
}
],
"outputs": [],
"source": [
"Xt = []\n",
"\n",

0 comments on commit 3fc179d

Please sign in to comment.