Skip to content

confTool: ignore numeric difference in nested lists

Frank Winklmeier requested to merge fwinkl/athena:confTool_numeric into main

Ignore numeric differences in nested lists, e.g. the following diff

  PtBins =  [[0, 1.05, 1.5, 2.0, 9.9]]  vs  [[0.0, 1.05, 1.5, 2.0, 9.9]]   <<

is now marked correctly as "known difference".

Relates to ATR-28500, cc @tbold @khoo.

Merge request reports