Skip to content

Fix bug in madgraph check call

Spyros Argyropoulos requested to merge fixlp into master

Description of bug

  • Wrong syntax in the call to madgraphChecks caused the call to happen for generators that were not MadGraph and logParser would fail in such cases: if "MadGraph" or "aMcAtNlo" in generatorName: the if "MadGraph" always evaluates to true

Changes introduced

  • Fix call

Tests

Issues resolved

Closes #

Edited by Spyros Argyropoulos

Merge request reports