Skip to content

Commit

Permalink
merge + metfilters + VBF HH4B lepton vetoes
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Sep 11, 2023
2 parents b9d3b1f + 7b655a2 commit ceb8fa3
Show file tree
Hide file tree
Showing 713 changed files with 91,134 additions and 73,299 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto approve

on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'pre-commit-ci[bot]'
steps:
- uses: hmarr/auto-approve-action@v3
with:
review-message: "Auto approved automated PR"
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!*.ipynb
!figure.png
!requirements.txt
!environment.yml

!src
src/*
Expand Down Expand Up @@ -36,6 +37,11 @@ src/HHbbVV/postprocessing/*.pkl
src/HHbbVV/postprocessing/cards
src/HHbbVV/postprocessing/templates_old
src/HHbbVV/postprocessing/*.txt
src/HHbbVV/postprocessing/condor_templates
src/HHbbVV/postprocessing/outs

!src/HHbbVV/resonant_studies
!src/HHbbVV/resonant_studies/**

!src/HHbbVV/scale_factors
!src/HHbbVV/scale_factors/**
Expand All @@ -46,11 +52,21 @@ src/HHbbVV/postprocessing/*.txt
!src/HHbbVV/combine
!src/HHbbVV/combine/**

!src/HHbbVV/tagger
!src/HHbbVV/tagger/**

!src/HHbbVV/VBF_binder
!src/HHbbVV/VBF_binder/**

!data
!data/*
!data/*/**

!paper
!paper/**

!inference_scans
!inference_scans/**

!.gitignore
!.github
Expand All @@ -62,6 +78,8 @@ src/HHbbVV/postprocessing/*.txt

**/.ipynb_checkpoints
**/*test*
!**/*F_test*
!**/*ftest*
**/__pycache__
**/.DS_Store
.DS_Store
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: "23.1.0"
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.9.1"
hooks:
- id: black-jupyter
args: [--line-length=100]
Loading

0 comments on commit ceb8fa3

Please sign in to comment.