Skip to content

Fix check of input LHE files in logParser

Spyros Argyropoulos requested to merge fixLP into master

Description of bug

Number of input LHE files in logParser was using float rather than int leading to strange behaviour

Screenshot_2021-06-22_at_08.23.39

Changes introduced

Convert float to int in comparison

Tests

Screenshot_2021-06-22_at_08.23.46

Issues resolved

Closes #

Edited by Spyros Argyropoulos

Merge request reports