Skip to content

Commit 35e23c4

Browse files
committed
Use output cleaning for variations.
1 parent f81a10b commit 35e23c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning_hep/do_variations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def main(yaml_in, yaml_diff, analysis, clean, proc): # pylint: disable=too-many-
381381
print("Logfile: %s" % logfile)
382382
with open(logfile, "w") as ana_out:
383383
subprocess.Popen(shlex.split("python do_entire_analysis.py " \
384-
"-r %s -d %s -a %s" % (config, yaml_out, analysis)), \
384+
"-r %s -d %s -a %s -c" % (config, yaml_out, analysis)), \
385385
stdout=ana_out, stderr=ana_out, universal_newlines=True)
386386

387387
# Delete the created database files.

0 commit comments

Comments
 (0)