Skip to content

Commit

Permalink
Evaluate TensorVariable in example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloRoque committed Sep 20, 2024
1 parent d2eb266 commit 0c26c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/mmm/mmm_components.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"\n",
"alpha = 1\n",
"lam = 1 / 10\n",
"yy = saturation.function(xx, alpha=alpha, lam=lam)\n",
"yy = saturation.function(xx, alpha=alpha, lam=lam).eval()\n",
"\n",
"fig, ax = plt.subplots()\n",
"fig.suptitle(\"Example Saturation Curve\")\n",
Expand Down

0 comments on commit 0c26c0e

Please sign in to comment.