Skip to content

Commit 0c2261a

Browse files
committed
[debug] print check value
1 parent 4e296fc commit 0c2261a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vtr_flow/scripts/python_libs/vtr/log_parse.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,9 @@ def check_passed(self, golden_value, check_value, check_string="golden value"):
254254

255255
return (
256256
False,
257-
"relative value {} outside of range [{},{}], "
257+
"check value {} relative value {} outside of range [{},{}], "
258258
"above absolute threshold {} and not equal to {} value: {}".format(
259+
check_value,
259260
norm_check_value,
260261
self.min_value(),
261262
self.max_value(),

0 commit comments

Comments
 (0)