Skip to content

Fixed mistake introduced in !2665

Spyros Argyropoulos requested to merge fixLP into master

Description of bug

In !2665 (merged) introduced nEventsPerJob_fromJO which was not necessary since the idea was to always overwrite nEventsPerJob from the JO whenever a JO defines it or set it to 10k if it does not define it, so that we always check what actually runs in ProdSys.

Changes introduced

Remove nEventsPerJob_fromJO and only keep nEventsPerJob

Tests

Before

Screenshot_2023-10-30_at_17.35.34

After

Screenshot_2023-10-30_at_17.36.07

Issues resolved

Closes #219 (closed)

Merge request reports