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)def test_show_info():
Test mne show_info.
After Change
mne_flash_bem.run()
// do they exist and are expected sizefor out_fname in out_fnames:
_, tris = read_surface(out_fname)
assertlen(tris)== 5120