Skip to content

[fuzzy] Improve the fuzzy compare script. Add zeroThreshold functionality

Timo Koch requested to merge feature/fuzzy_zerothreshold into master
  • Parameters with more than one component are split into components for comparison
  • The absoulte criteria gets scaled with the maximum absolute value in the parameter set
  • It is possible to pass a zero threshold, i.e. the threshold under which values get treated as zero, for each parameter or parameter component as dict
  • More verbose output when verbose
  • Adapt the tests

Fixes #80 (closed)

Merge request reports