Skip to content

Commit bc83293

Browse files
committed
Update python script
1 parent 6d6004c commit bc83293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/backend/inference_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@ def assert_similar_outputs(
36203620
outputs: Sequence[Any],
36213621
rtol: float,
36223622
atol: float,
3623-
model_dir: str | None = None,
3623+
model_dir: str,
36243624
) -> None:
36253625
rtol = float(os.getenv("TEST_RTOL", rtol))
36263626
atol = float(os.getenv("TEST_ATOL", atol))

0 commit comments

Comments
 (0)