Skip to content

Commit 6e5a814

Browse files
committed
[debug] use orginal check val
1 parent 33ee602 commit 6e5a814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/python_libs/vtr/log_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def check_passed(self, golden_value, check_value, check_string="golden value"):
256256
False,
257257
"check value {} relative value {} outside of range [{},{}], "
258258
"above absolute threshold {} and not equal to {} value: {}".format(
259-
check_value,
259+
original_check_value,
260260
norm_check_value,
261261
self.min_value(),
262262
self.max_value(),

0 commit comments

Comments
 (0)