Skip to content

Commit

Permalink
Update misc_recipes.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Feb 22, 2024
1 parent 3f98168 commit 846a811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/misc_recipes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@
" self.a = 1.0\n",
"\n",
" def __call__(self, x, perturb):\n",
" b = self.a + x + perturb[\"b\"] # perturb\n",
" c = 2 * b + perturb[\"c\"] # perturb\n",
" b = self.a + x + perturb[\"b\"]\n",
" c = 2 * b + perturb[\"c\"]\n",
" e = 4 * c\n",
" return e\n",
"\n",
Expand Down

0 comments on commit 846a811

Please sign in to comment.