pumi: fix style

This commit is contained in:
Cameron Smith 2022-11-23 14:37:35 -05:00 committed by Cameron Smith
parent 9682347254
commit 19c0208c1a

View File

@ -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
)