Skip to content

Added a way to specify per counter/histo sensibility in tests

Sebastien Ponce requested to merge sponce_sensibility into master

One only has to call validateWithReference with an extra sensibilities parameter looking like this : { 'FutureEcalShare' : {'Delta(Z) Outer':0.001, 'Delta(Z) Inner':0.001, 'Delta(Z)':0.001 } } That is a dictionnary algoName -> dictionnary where second level is counterName -> sensibility

Edited by Marco Cattaneo

Merge request reports