Skip to content

Restore 2017 settings for Moore_RateTest.py

Marco Cattaneo requested to merge restore2017settings into 2017-patches
The following tests FAILED:
	 11 - Moore.mooreratetest.efficiencies.efficiency (Failed)
	 14 - Moore.mooreratetest.rates.from_settings_splithlt1 (Failed)
	 15 - Moore.mooreratetest.rates.from_settings_splithlt2 (Failed)
	 17 - Moore.mooreratetest.rates.from_tck_splithlt1 (Failed)
	 18 - Moore.mooreratetest.rates.from_tck_splithlt2 (Failed)

Due to ImportError: No module named Physics_pp_2018. This was caused by the change in default settings in Moore-RateTest.py introduced in lhcb-datapkg/PRConfig@a14b97bc.

This MR restores the 2017 settings in the 5 failing tests. It fixes two of the tests, the others now fail elsewhere in the Moore-RateTest.py script, presumably due to some other backward incompatibility introduced in PRConfig

Merge request reports