Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 12, 2024
1 parent 4bc7265 commit 6288aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _website/tutorials/components/20 - Composite Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"outputs": [],
"source": [
"yield1 = zfit.Parameter(\"yield_gauss1\", 100, 0, 1000)\n",
"gauss3 = zfit.pdf.Gauss(obs=obs2, mu=mu3, sigma=sigma3, extended=yield1)"
"gauss3_ext = zfit.pdf.Gauss(obs=obs2, mu=mu3, sigma=sigma3, extended=yield1)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/20 - Composite Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"outputs": [],
"source": [
"yield1 = zfit.Parameter(\"yield_gauss1\", 100, 0, 1000)\n",
"gauss3 = zfit.pdf.Gauss(obs=obs2, mu=mu3, sigma=sigma3, extended=yield1)"
"gauss3_ext = zfit.pdf.Gauss(obs=obs2, mu=mu3, sigma=sigma3, extended=yield1)"
]
},
{
Expand Down

0 comments on commit 6288aba

Please sign in to comment.