Skip to content

Fix a few tests by removing unused evolutions

Ivan Novikov requested to merge fix_object_initialization into master

This fixes the following tests:

  • SmallxResummation
  • charmCCZEUSFONLL
  • paramBG

The problem was that their YAML steering files defined evolutions that were not actually used. Some time ago, evolutions were loaded only when they are used. However, this behavior was changed recently, and now all defined evolutions are loaded at start. For these tests these unused evolutions failed to load.

Actually, we should also remove unused evolution from all example files to avoid loading them, and therefore to speed up the tests

Merge request reports