op.basename(infile)))
// Test mne flash_bem with --noconvert option
// (since there are no DICOM Flash images in dataset)
currdir = os.getcwd()
with ArgvSetter(("-d", tempdir, "-s", "sample", "-n"),
disable_stdout=False, disable_stderr=False):
mne_flash_bem.run()
os.chdir(currdir)
After Change
mne_flash_bem.run()
// do they exist and are expected size
for out_fname in out_fnames:
_, tris = read_surface(out_fname)
assert len(tris) == 5120