Skip to content

Commit

Permalink
refresh output [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz authored and cameronrutherford committed Nov 20, 2023
1 parent 31b37c1 commit beb27a7
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions docs/devcontainer/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@
"Number of equality constraint Jacobian evaluations = 16\n",
"Number of inequality constraint Jacobian evaluations = 16\n",
"Number of Lagrangian Hessian evaluations = 15\n",
"Total CPU secs in IPOPT (w/o function evaluations) = 0.004\n",
"Total CPU secs in NLP function evaluations = 0.001\n",
"Total CPU secs in IPOPT (w/o function evaluations) = 0.002\n",
"Total CPU secs in NLP function evaluations = 0.000\n",
"\n",
"EXIT: Optimal Solution Found.\n"
"EXIT: Optimal Solution Found.\n",
"=============================================================\n"
]
},
{
Expand All @@ -129,7 +130,6 @@
"name": "stdout",
"output_type": "stream",
"text": [
"=============================================================\n",
"\t\tOptimal Power Flow\n",
"=============================================================\n",
"Model POWER_BALANCE_POLAR\n",
Expand Down Expand Up @@ -198,7 +198,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -352,7 +352,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -364,9 +364,8 @@
"0.00s - to python to disable frozen modules.\n",
"0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.\n",
"Available kernels:\n",
" python3 /opt/views/view/share/jupyter/kernels/python3\n",
" py311-exago /usr/local/share/jupyter/kernels/py311-exago\n",
" py311-mpi4py-exago /usr/local/share/jupyter/kernels/py311-mpi4py-exago\n"
" python3 /opt/views/view/share/jupyter/kernels/python3\n",
" py311-exago /usr/local/share/jupyter/kernels/py311-exago\n"
]
}
],
Expand All @@ -376,7 +375,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -406,7 +405,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -536,7 +535,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -562,7 +561,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -581,7 +580,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -616,7 +615,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 11,
"metadata": {},
"outputs": [
{
Expand All @@ -633,7 +632,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 12,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -878,7 +877,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -911,7 +910,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit beb27a7

Please sign in to comment.