Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2024
1 parent ec0b53d commit ade1e4c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ mc cp S3/eictest/{output.filepath} {output.filepath}
"""
if use_s3
else f"""
echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
exit 1
"""
echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
exit 1
"""
)
)

Expand Down
10 changes: 5 additions & 5 deletions benchmarks/backwards_ecal/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ MATPLOTLIBRC={input.matplotlibrc} \
DETECTOR_CONFIG="""
+ DETECTOR_CONFIG
+ """ \
PLOT_TITLE="""
PLOT_TITLE="""
+ DETECTOR_CONFIG
+ """ \
INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
+ DETECTOR_CONFIG
+ """/{{particle}}/{{energy}}/130to177deg/{{particle}}_{{energy}}_130to177deg.{{ix:04d}}.eicrecon.tree.edm4eic.root \
OUTPUT_DIR={output} \
python {input.script}
"""
OUTPUT_DIR={output} \
python {input.script}
"""
)
6 changes: 3 additions & 3 deletions benchmarks/barrel_ecal/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ exec ddsim \
--compactFile """
+ DETECTOR_PATH
+ """/{wildcards.DETECTOR_CONFIG}.xml \
--inputFiles {input} \
--outputFile {output}
"""
--inputFiles {input} \
--outputFile {output}
"""
)


Expand Down

0 comments on commit ade1e4c

Please sign in to comment.