Skip to content

fix: --set config overrides ignored due to wrong merge call - #44

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/test-net-rel-838c9623
Open

fix: --set config overrides ignored due to wrong merge call#44
andrewwhitecdw wants to merge 1 commit into
NVIDIA:masterfrom
andrewwhitecdw:bugfix/test-net-rel-838c9623

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: --set config overrides ignored due to wrong merge call

Fix

Replace:

    if args.set_cfgs is not None:
        merge_cfg_from_file(args.cfg_file)

with:

    if args.set_cfgs is not None:
        merge_cfg_from_list(args.set_cfgs)

Files changed

  • tools/test_net_rel.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review July 27, 2026 21:08
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