Skip to content

Commit 0564af2

Browse files
committed
fix formatting in test-hierarchical-mns
1 parent 268c0a2 commit 0564af2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test/framework/module_generator.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,9 +1644,9 @@ def test_ec(ecfile, short_modname, mod_subdir, modpath_exts, user_modpath_exts,
16441644
['Compiler/nvidia-compilers/25.9'],
16451645
['Core']),
16461646
'NVHPC-25.9.eb': ('NVHPC/25.9', 'Core',
1647-
['MPI/nvidia-compilers/25.9/NVHPC/25.9'],
1648-
['MPI/nvidia-compilers/25.9/NVHPC/25.9'],
1649-
['Core']),
1647+
['MPI/nvidia-compilers/25.9/NVHPC/25.9'],
1648+
['MPI/nvidia-compilers/25.9/NVHPC/25.9'],
1649+
['Core']),
16501650
}
16511651
for ecfile, mns_vals in test_ecs.items():
16521652
test_ec(ecfile, *mns_vals)
@@ -1688,8 +1688,8 @@ def test_ec(ecfile, short_modname, mod_subdir, modpath_exts, user_modpath_exts,
16881688
['Compiler/nvidia-compilers/25.9/%s' % c for c in moduleclasses],
16891689
['Compiler/nvidia-compilers/25.9']),
16901690
'NVHPC-25.9.eb': ('NVHPC/25.9', 'Core/toolchain',
1691-
['MPI/nvidia-compilers/25.9/NVHPC/25.9/%s' % c for c in moduleclasses],
1692-
['MPI/nvidia-compilers/25.9/NVHPC/25.9']),
1691+
['MPI/nvidia-compilers/25.9/NVHPC/25.9/%s' % c for c in moduleclasses],
1692+
['MPI/nvidia-compilers/25.9/NVHPC/25.9']),
16931693
}
16941694
for ecfile, mns_vals in test_ecs.items():
16951695
test_ec(ecfile, *mns_vals, init_modpaths=['Core/%s' % c for c in moduleclasses])

0 commit comments

Comments
 (0)