Skip to content
Snippets Groups Projects

collect_tests.py: write output of Bar/buz benchmark to results/buz.json

Merged Dmitry Kalinkin requested to merge pr/output_path_fix into master

This workaround is to support https://github.com/eic/physics_benchmarks/pull/55 The directories produced by Snakemake typically have a path that looks like results/{DETECTOR_CONFIG}/Inclusive/dis, but collect_tests.py Inclusive/dis will try to create results/Inclusive/dis.json and fail because results/ exists, but results/Inclusive/ doesn't. This moves the created back to results/dis.json for now.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading