Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2024
1 parent bbb8109 commit eb78c58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/HHbbVV/postprocessing/InferenceAnalysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"]\n",
"\n",
"for mX, mY in res_mps:\n",
" res_samples[\n",
" f\"X[{mX}]->H(bb)Y[{mY}](WW)\"\n",
" ] = f\"NMSSM_XToYH_MX{mX}_MY{mY}_HTo2bYTo2W_hadronicDecay\"\n",
" res_samples[f\"X[{mX}]->H(bb)Y[{mY}](WW)\"] = (\n",
" f\"NMSSM_XToYH_MX{mX}_MY{mY}_HTo2bYTo2W_hadronicDecay\"\n",
" )\n",
"\n",
"res_sig_keys = list(res_samples.keys())\n",
"nonres_sig_keys = [\"HHbbVV\"]"
Expand Down Expand Up @@ -310,6 +310,7 @@
" sample2...\n",
"}\n",
"\"\"\"\n",
"\n",
"pt_key = \"Pt\"\n",
"msd_key = \"Msd\"\n",
"var_prefix = \"ak8FatJet\"\n",
Expand Down

0 comments on commit eb78c58

Please sign in to comment.