Skip to content

Fix bug in sherpa checks

Spyros Argyropoulos requested to merge fixsherpa into master

Description of bug

  • nEventsRequested was not declared as global in def main so inside the sherpaChecks it was always set to 0

Changes introduced

  • global nEventsRequested in main function

Tests

Fixes #110 (closed)

Issues resolved

Closes #110 (closed)

Merge request reports