[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1dd96577b2
commit
53d8f69af0
|
@ -274,7 +274,10 @@ class ApproxMapping(ApproxBase):
|
||||||
else:
|
else:
|
||||||
max_rel_diff = max(
|
max_rel_diff = max(
|
||||||
max_rel_diff,
|
max_rel_diff,
|
||||||
abs((approx_value.expected - other_value) / approx_value.expected),
|
abs(
|
||||||
|
(approx_value.expected - other_value)
|
||||||
|
/ approx_value.expected
|
||||||
|
),
|
||||||
)
|
)
|
||||||
different_ids.append(approx_key)
|
different_ids.append(approx_key)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue