We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9793f commit a84e311Copy full SHA for a84e311
toolchain/mfc/packer/tol.py
@@ -125,4 +125,4 @@ def find_maximum_errors(candidate: Pack, golden: Pack) -> typing.Tuple[typing.Op
125
max_rel_error = error.relative
126
max_rel_info = (gFilepath, valIndex, gVal, cVal, error.relative, error.absolute)
127
128
- return max_abs_info, max_rel_info
+ return max_abs_info, max_rel_info
0 commit comments