3sided-WIP

This commit is contained in:
Michael Zargham 2019-01-05 00:46:01 -08:00
parent b0de56776b
commit 744d85c5ca
2 changed files with 900 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -238,7 +238,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "5b2247820f7a4af894245eb22ec5716d", "model_id": "9291d79f4e0441c8a2cefd78840f80a2",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
@ -325,7 +325,7 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"single_proc: [<SimCAD.configuration.Configuration object at 0x114c0c128>]\n" "single_proc: [<SimCAD.configuration.Configuration object at 0x11ec54668>]\n"
] ]
} }
], ],
@ -492,7 +492,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 7,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -509,7 +509,7 @@
"Name: beta, dtype: float64" "Name: beta, dtype: float64"
] ]
}, },
"execution_count": 11, "execution_count": 7,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -520,16 +520,16 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 12, "execution_count": 8,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x115184cc0>" "<matplotlib.axes._subplots.AxesSubplot at 0x11f113668>"
] ]
}, },
"execution_count": 12, "execution_count": 8,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },