From 7e90b888f6955dac55977cb8ada377f4848b1852 Mon Sep 17 00:00:00 2001 From: WSs_321 Date: Thu, 31 Jul 2025 02:08:28 +0000 Subject: [PATCH] update torch_npu/testing/testcase.py. Signed-off-by: WSs_321 --- torch_npu/testing/testcase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torch_npu/testing/testcase.py b/torch_npu/testing/testcase.py index 487420f6b00..c739d0ae82c 100644 --- a/torch_npu/testing/testcase.py +++ b/torch_npu/testing/testcase.py @@ -522,3 +522,4 @@ class TestCase(expecttest.TestCase): if baseline is None or runtime < baseline * 0.9: PerfBaseline.set_baseline(methodId, runtime) +# test \ No newline at end of file -- Gitee