Skip to content

Commit

Permalink
ci: update pre-commit cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jan 9, 2024
1 parent 3641d5b commit 1114d2b
Show file tree
Hide file tree
Showing 12 changed files with 164 additions and 1,538 deletions.
13 changes: 3 additions & 10 deletions _website/tutorials/components/20 - Composite Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2023-10-08T16:13:03.168140846Z",
"start_time": "2023-10-08T16:13:02.852036292Z"
}
},
"metadata": {},
"outputs": [],
"source": [
"extended_gauss_method = gauss3.create_extended(yield1)"
Expand All @@ -173,13 +168,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"gauss3_ext = zfit.pdf.Gauss(obs=obs2, mu=mu3, sigma=sigma3, extended=yield1)"
],
"metadata": {
"collapsed": false
}
]
}
],
"metadata": {
Expand Down
6 changes: 2 additions & 4 deletions _website/tutorials/components/60 - Custom PDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"More advanced custom PDFs are introduced in the guide on [custom PDFs](custom_pdfs.ipynb)."
],
"metadata": {
"collapsed": false
}
]
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 1114d2b

Please sign in to comment.