Skip to content

fix: find_num_nodes returns string instead of int - #96

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/parse-mlperf-352a4380
Open

fix: find_num_nodes returns string instead of int#96
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:bugfix/parse-mlperf-352a4380

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: find_num_nodes returns string instead of int

Fix

Replace:

    num_nodes = n_tasks[0].replace('ntasks=', '')
    return num_nodes

with:

    num_nodes = n_tasks[0].replace('ntasks=', '')
    return int(num_nodes)

Files changed

  • bobber/lib/analysis/parse-mlperf.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 28, 2026 00:37
@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant