Skip to content

Commit

Permalink
modified: lecturenotes/notes.pdf
Browse files Browse the repository at this point in the history
	modified:   tutorials/tut_06.ipynb
	modified:   tutorials/tut_06b.ipynb
  • Loading branch information
rbmetcalf committed Apr 10, 2024
1 parent 41929bc commit f00a4e3
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 342 deletions.
Binary file modified lecturenotes/notes.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions tutorials/tut_06.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@
"print(x2d.shape)\n",
"\n",
"X2 = np.zeros(x2d.shape)\n",
"for i in ... :\n",
"for i,m in enumerate(muo) :\n",
" for j in ... :\n",
" X = ...\n",
" X = (mu - func_modulus(z,m,q) )/mu_err\n",
"\n",
" X2[i,j] = np.dot(X,X)\n",
"\n",
Expand Down
Loading

0 comments on commit f00a4e3

Please sign in to comment.