Closed pieterdavid closed 7 years ago
oops, I should have checked the test... been a bit too paranoid, I'm adding an optional argument to skip some checks
testing looks fine :smile:
many thanks!
Thanks! let's wait for jenkins to compile :)
I wanted to cancel the jenkins job for the first of the two commits I just pushed, and saw that it's stuck... I tried following Sébastien's instructions, but I'm not an admin, so I can't restart the container
please test
please test
implemented using a decorator class with "before", "after" and "performs" tag lists, which will enforce none of "before" flags has been set yet, all of the "after" flags have been set, and set the "performs" flags to True.
There are some limitations to the scaling of this, but I wanted to keep it reasonably light (both the implementation and amount of annotations to add) - feel free to try and break it from your config by doing things in the wrong order ;-) . It should enforce that adding/removing analyzers&producers can only be done before any of the corrections, as well as the orderings (JEC only before JER, electron smearing needs regression) that were already checked for.