Skip to content

Commit

Permalink
add missing _default
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Jun 28, 2023
1 parent 7e5c1c0 commit 53a7248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WE2E/run_WE2E_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run_we2e_tests(homedir, args) -> None:
if run_envir == "nco":
if 'nco' not in test_cfg:
test_cfg['nco'] = dict()
test_cfg['nco'].update({"model_ver": "we2e"})
test_cfg['nco'].update({"model_ver_default": "we2e"})
if args.opsroot:
if 'nco' not in test_cfg:
test_cfg['nco'] = dict()
Expand Down

0 comments on commit 53a7248

Please sign in to comment.