pumi: fix style
This commit is contained in:
parent
9682347254
commit
19c0208c1a
@ -134,13 +134,8 @@ def test(self):
|
|||||||
join_path(data_dir, "pipe.dmg"),
|
join_path(data_dir, "pipe.dmg"),
|
||||||
join_path(data_dir, "pipe.smb"),
|
join_path(data_dir, "pipe.smb"),
|
||||||
join_path(self.prefix.bin, "pipe_2_.smb"),
|
join_path(self.prefix.bin, "pipe_2_.smb"),
|
||||||
"2"
|
"2",
|
||||||
]
|
]
|
||||||
expected = "pipe_2_.smb written"
|
expected = "pipe_2_.smb written"
|
||||||
description = "testing pumi mesh partitioning"
|
description = "testing pumi mesh partitioning"
|
||||||
self.run_test(
|
self.run_test(mpiexec, options, expected, purpose=description)
|
||||||
mpiexec,
|
|
||||||
options,
|
|
||||||
expected,
|
|
||||||
purpose=description
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user