Skip to content

Commit

Permalink
Merge branch 'master' into resurrect_systematics
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Apr 12, 2023
2 parents cef827e + 8f92581 commit 583d2f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ jobs:
pytest --cov-report=xml --cov=coffea tests
- name: Upload codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.10
run: |
python -m pip install codecov
codecov
uses: codecov/codecov-action@v3
- name: Install graphviz
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.10
uses: kamiazya/setup-graphviz@v1
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ repos:
exclude: coffea/processor/templates

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
args: ["--skip=*.ipynb","-L hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd"]
args: ["--skip=*.ipynb","-L hist,Hist,nd,SubJet,subjet,Subjet,PTD,ptd,fPt,fpt"]

- repo: https://github.com/mgedmin/check-manifest
rev: "0.46"
rev: "0.49"
hooks:
- id: check-manifest
stages: [manual]
2 changes: 1 addition & 1 deletion coffea/lookup_tools/txt_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ def convert_rochester_file(path, loaduncs=True):
assert len(values) == ntrk + 1

# tag R has 2 indices corresponding to VARIABLE BINNUMBER and has RTRK values each
# these variables correspond to the rsPar[3] and crystal ball (std::vector<CrystalBall> cb) of RocRes where CrystalBall has valus s, a, n
# these variables correspond to the rsPar[3] and crystal ball (std::vector<CrystalBall> cb) of RocRes where CrystalBall has values s, a, n
# (and BINNUMBER is the abseta bin)
# Note: crystal ball here is a symmetric double-sided crystal ball
elif tag == "R":
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ def get_description():


INSTALL_REQUIRES = [
"awkward>=2.1.0",
"awkward>=2.1.2",
"uproot>=5.0.5",
"dask[array]>=2022.12.1",
"dask-awkward>=2023.3",
"dask-histogram>=2023.2",
"dask-awkward>=2023.4",
"dask-histogram>=2023.4",
"correctionlib>=2.0.0",
"pyarrow>=6.0.0",
"fsspec",
Expand Down

0 comments on commit 583d2f0

Please sign in to comment.