Skip to content

CPAlgorithms: remove kwargs from JetAnalysisConfig

Baptiste Ravina requested to merge ravinab/athena:remove_kwargs into main

These **kwargs don't actually do anything, and if a user attempts to pass them the code will crash. There are no such **kwargs anywhere else in common CP config blocks, and we should anyway prefer to use setOptionValue.

Merge request reports