Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
enh: optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Sep 16, 2022
1 parent 698f35f commit 5dd4201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,6 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand Down
4 changes: 1 addition & 3 deletions zfit_binned.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
"metadata": {},
"outputs": [],
"source": [
"import hist\n",
"import matplotlib.pyplot as plt\n",
"import mplhep\n",
"import numpy as np\n",
"import zfit\n",
"import zfit.z.numpy as znp # numpy-like backend interface\n",
"from babel.messages.frontend import extract_messages\n",
"from zfit import z # backend, special functions"
]
},
Expand Down Expand Up @@ -520,7 +518,7 @@
"metadata": {},
"outputs": [],
"source": [
"bkg_pdf = zfit.pdf.SplineMorphingPDF(alpha, bkg_histpdfs, extended=bkg_yield)"
"# bkg_pdf = zfit.pdf.SplineMorphingPDF(alpha, bkg_histpdfs, extended=bkg_yield)"
]
},
{
Expand Down

0 comments on commit 5dd4201

Please sign in to comment.