Skip to content

Commit f7cb328

Browse files
authored
Fix typo in tutorial_3_one_dimension_sparse.ipynb (#470)
Fixed a typographical error in a code comment.
1 parent 9202550 commit f7cb328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tutorial_3_one_dimension_sparse.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"source": [
318318
"def direct_fit_predict_constant(X, y, sigma_constant, meas_noise):\n",
319319
" # YOUR CODE HERE\n",
320-
" # gamma = sigma_e^{-2} / (sigma_a^{-1} + n sigma_e^{-2})\n",
320+
" # gamma = sigma_e^{-2} / (sigma_a^{-2} + n sigma_e^{-2})\n",
321321
" # gamma = \n",
322322
" # ratio = sigma_a^2 / sigma_e^2\n",
323323
" # ratio = \n",

0 commit comments

Comments
 (0)