Skip to content

Commit

Permalink
Merge pull request #80 from rkansal47/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns-568ea3795f

Bump codecov/codecov-action from 4.5.0 to 5.1.1 in the actions group across 1 directory
  • Loading branch information
rkansal47 authored Dec 15, 2024
2 parents cd41daa + f3e456a commit 1f356c4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.1.1
1 change: 0 additions & 1 deletion src/HHbbVV/VBF_binder/VBFgenInfoTests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pandas as pd\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/postprocessing/BDT_LPSFs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n",
"\n",
"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.ticker as mticker\n",
"import mplhep as hep\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/postprocessing/VV_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"warnings.simplefilter(action=\"ignore\", category=SettingWithCopyWarning)\n",
"\n",
"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import matplotlib.ticker as mticker\n",
"import mplhep as hep\n",
Expand Down
1 change: 0 additions & 1 deletion src/HHbbVV/scale_factors/top_reweighting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"with gzip.open(corrections.get_pog_json(\"jec\", \"2017\"), \"r\") as fin:\n",
" jec = json.loads(fin.read().decode(\"utf-8\"))\n",
"\n",
Expand Down

0 comments on commit 1f356c4

Please sign in to comment.