We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ce088 commit 67f3a8dCopy full SHA for 67f3a8d
test/benchmark/test_ascend_npu.py
@@ -14,7 +14,6 @@ def test_read_metrics(self):
14
def test_to_markdown_table(self):
15
metrics = utils.read_metrics(path, metric="accuracy")
16
markdown_table = utils.to_markdown_table(metrics)
17
- print(markdown_table)
18
self.assertIsNotNone(markdown_table)
19
20
0 commit comments