Skip to content

Commit

Permalink
Adding STXStoSMEFT model to combination branch (#858)
Browse files Browse the repository at this point in the history
* Adding STXStoSMEFT model to combination branch

---------

Co-authored-by: Nicholas Smith <[email protected]>
  • Loading branch information
jonathon-langford and nsmith- authored Sep 8, 2023
1 parent cdce801 commit f7fc5e4
Show file tree
Hide file tree
Showing 9 changed files with 7,553 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
# E741: ambiguous variable name 'l' (too pedantic! get a good font)
# E711: sometimes needed for comparison to ROOT nullptr (better to cast to bool)
# F401: unused import (some may have side effects, need to clean by hand)
ignore = F403,F405,E402,W504,E203,W503,E262,E265,E266,E501,E741,E711,F401
# E721: do not compare types (new, could be fixed relatively easily)
ignore = F403,F405,E402,W504,E203,W503,E262,E265,E266,E501,E741,E711,F401,E721
max-line-length = 160
Loading

0 comments on commit f7fc5e4

Please sign in to comment.