Skip to content

Commit 57619c8

Browse files
author
Ubuntu
committed
change precision check to 1e-2
1 parent 228f91e commit 57619c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/autosp/correctness/validator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def main():
8181
parser.add_argument(
8282
"--threshold",
8383
type=float,
84-
default=1e-3,
85-
help="Maximum allowed absolute difference per loss value (default: 1e-3)",
84+
default=1e-2,
85+
help="Maximum allowed absolute difference per loss value (default: 1e-2)",
8686
)
8787
args = parser.parse_args()
8888

0 commit comments

Comments
 (0)