From fe1c828d1a9c497560999b3c38a3bd235f6d481a Mon Sep 17 00:00:00 2001 From: hongtaozhang Date: Wed, 20 Nov 2024 10:56:25 -0800 Subject: [PATCH] Fix lint issue. --- superbench/benchmarks/micro_benchmarks/nvbandwidth.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/superbench/benchmarks/micro_benchmarks/nvbandwidth.py b/superbench/benchmarks/micro_benchmarks/nvbandwidth.py index bab270940..a0f945339 100644 --- a/superbench/benchmarks/micro_benchmarks/nvbandwidth.py +++ b/superbench/benchmarks/micro_benchmarks/nvbandwidth.py @@ -48,8 +48,7 @@ def _preprocess(self): return True def _process_raw_line(self, line, parse_status): - """ - Process a single line of raw output from the nvbandwidth benchmark. + """Process a single line of raw output from the nvbandwidth benchmark. This function updates the `parse_status` dictionary with parsed results from the given `line`. It detects the start of a test, parses matrix headers and rows, and extracts summary results.