Skip to content

Commit e8391dd

Browse files
committed
fix tut 7
1 parent e1cc544 commit e8391dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/07_sensitivity_analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"name": "stdout",
159159
"output_type": "stream",
160160
"text": [
161-
"True Eigenvalues: \n",
161+
"Eigenvalues: \n",
162162
" tensor([5.2963e-07, 8.0295e-05]) \n",
163163
"\n",
164164
"Eigenvectors: \n",
@@ -168,7 +168,7 @@
168168
}
169169
],
170170
"source": [
171-
"print(\"True Eigenvalues: \\n\", e_vals, \"\\n\")\n",
171+
"print(\"Eigenvalues: \\n\", e_vals, \"\\n\")\n",
172172
"print(\"Eigenvectors: \\n\", e_vecs)"
173173
]
174174
},

0 commit comments

Comments
 (0)