Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 8, 2024
1 parent aab72ff commit 7c3cb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/boostedhh/run_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ def parse_common_hh_args(parser):
choices=["2018", "2022", "2022EE", "2023", "2023BPix"],
)

parser.add_argument(
"--txbb",
type=str,
default="glopart-v2",
choices=["pnet-legacy", "pnet-v12", "glopart-v2"],
help="TXbb version to be used to order FatJets",
)

parser.add_argument(
"--samples",
default=[],
Expand Down
2 changes: 1 addition & 1 deletion src/boostedhh/submit_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def init_args(args):

if args.site not in args.save_sites:
warnings.warn(
f"Your local site {args.site} is not in save sites {args.sites}!", stacklevel=1
f"Your local site {args.site} is not in save sites {args.save_sites}!", stacklevel=1
)

t2_prefixes = [t2_redirectors[site] for site in args.save_sites]
Expand Down

0 comments on commit 7c3cb53

Please sign in to comment.