increase rtol, codecov informational only, don't silently fail errors w curl (#3534) [skip ci]

This commit is contained in:
Wing Lian
2026-03-22 13:54:03 -04:00
committed by GitHub
parent b3289fd190
commit 0e583efeaa
3 changed files with 4 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ def check_tensorboard(
tag: str,
lt_val: float,
assertion_err: str,
rtol: float = 0.02,
rtol: float = 0.05,
gt_zero: bool = True,
) -> None:
"""