Skip to content

Commit 6c8c122

Browse files
committed
Another bugfix
1 parent 53a1115 commit 6c8c122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_gpu/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _run_operator_in_task(op: str, args: List[str]):
103103
task.check_output()
104104
except NotImplementedError:
105105
logger.info(
106-
f"Operator {op.name} does not support backward, skipping backward test."
106+
f"Operator {op} does not support backward, skipping backward test."
107107
)
108108

109109

0 commit comments

Comments
 (0)