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 135
    • Merge requests 135
  • 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
  • !48639

PowhegControl: Fixing problem with NNLO reweighting for Hj process

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timothee Theveneaux-Pelzer requested to merge atlas-physics/pmg/mcexperts/powheg-experts/athena:21.6-Powheg-FixNNLOreweightingIssue_Hj into 21.6 Nov 29, 2021
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 1

This small patch (4 characters added) should fix a problem reported by @willocq concerning the Hj process. The NNLO reweighting feature was crashing because two parameters were initialised by default to collections.OrderedDict instead of collections.OrderedDict() - i.e. to a type instead of an empty container of that type.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 21.6-Powheg-FixNNLOreweightingIssue_Hj