Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 183
    • Merge requests 183
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !31868

Powheg: fix print for gridpack usage infos

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timothee Theveneaux-Pelzer requested to merge atlas-physics/pmg/mcexperts/powheg-experts/athena:dev-21.6-FixInfoPrintForGridPack into 21.6 Apr 08, 2020
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 1

I'm doing a small fix of the info prints introduced recently which say if a gridpack should be used or not. There is only 1 line modified, the effect is that instead of getting such kind of print:

Py:PowhegControl INFO Missing integration grid files with these patterns: ['p', 'w', 'g', 'b', 't', 'i', 'l', 'd', 'e', 'u', 'p', 'b', '', '.', 'd', 'a', 't', 'p', 'w', 'g', 'f', 'u', 'l', 'l', 'g', 'r', 'i', 'd', '', '.', 'd', 'a', 't', 'p', 'w', 'g', 'g', 'r', 'i', 'd', '', '.', 'd', 'a', 't', 'p', 'w', 'g', 'r', 'e', 'm', 'n', 'u', 'p', 'b', '', '.', 'd', 'a', 't', 'p', 'w', 'g', 'u', 'b', 'o', 'u', 'n', 'd', '*', '.', 'd', 'a', 't', 'p', 'w', 'g', 'x', 'g', 'r', 'i', 'd', '.', 'd', 'a', 't']

we would get the correct format:

Py:PowhegControl INFO Missing integration grid files with these patterns: ['pwgbtildeupb*.dat', 'pwgfullgrid*.dat', 'pwggrid*.dat', 'pwgremnupb*.dat', 'pwgubound*.dat', 'pwgxgrid.dat']

The bug was obviously due to my problems in understanding python. Sorry for the late update, I hope it's still ok for tomorrow's release.

Edited Apr 08, 2020 by Timothee Theveneaux-Pelzer
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-21.6-FixInfoPrintForGridPack