Skip to content

Resolve "action scaling effect of systematic uncertainties"

Release notes

  • Added SFramework Action to scale the effects of systematic uncertainties (in the form of FlexibleInterpVars and PiecewiseInterpolations) by a configurable factor.
  • SFramwork action 'RemoveParameters' can now also remove parameters that are part of a PiecewiseInterpolation and/or FlexibleInterpVar (please note: all name variants must be listed for a clean result, i.e., expressions must match also, e.g., constraint terms and nominal value terms (usually called myNuissanceParameterConstraint and nom_myNuissanceParameter when using HistoFactory))
  • Fixed possible segfault in ActionPlotCorrelations
  • Fixed timestamps of output files of dependencies not being considered when checking if a tasks outputs are up-to-date.
  • Fixed possible race condition in submission_controller unit tests. Test are now executed serially

Details

Closes #127 (closed), #137 (closed) (and #134 (closed) , #135 (closed))

Edited by Ralf Gugel

Merge request reports