Skip to content

Commit 595a97f

Browse files
committed
Swapped f -> dadt
1 parent bd20526 commit 595a97f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

01_ComputationalGraphsAndAdjointMethods.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"colab": {
66
"provenance": [],
7-
"authorship_tag": "ABX9TyNYALQmoO0NfqXoXVQ9dj7P",
7+
"authorship_tag": "ABX9TyPDZx9vBb33WhPcf1cyIVym",
88
"include_colab_link": true
99
},
1010
"kernelspec": {
@@ -509,12 +509,12 @@
509509
" \"\"\"\n",
510510
" To be completed\n",
511511
"\n",
512-
" Compute f, the RHS of the adjoint equations\n",
512+
" Compute dadt, the RHS of the adjoint equations\n",
513513
" \"\"\"\n",
514514
" dfdy = jax.grad(dydt,argnums=1)\n",
515515
" dfdtheta = jax.grad(dydt,argnums=2)\n",
516516
" y = get_y_value(t)\n",
517-
" return f\n",
517+
" return dadt\n",
518518
"\n",
519519
"def get_y_value(t):\n",
520520
" \"\"\"\n",

0 commit comments

Comments
 (0)