8dc6485155f3571325a9f1cde3299cd2288ecf8e,mne/commands/tests/test_commands.py,,test_flash_bem,#,234

Before Change


                                        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


    // Copy the available mri/flash/mef*.mgz files from the dataset
    flash_path = op.join(mridata_path_new, "flash")
    for kind in (5, 30):
        in_fname = op.join(mridata_path, "flash", "mef%02d.mgz" % kind)
        shutil.copyfile(in_fname, op.join(flash_path, op.basename(in_fname)))
    // Test mne flash_bem with --noconvert option
    // (since there are no DICOM Flash images in dataset)
    out_fnames = list()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: mne-tools/mne-python
Commit Name: 8dc6485155f3571325a9f1cde3299cd2288ecf8e
Time: 2018-12-01
Author: larson.eric.d@gmail.com
File Name: mne/commands/tests/test_commands.py
Class Name:
Method Name: test_flash_bem


Project Name: RasaHQ/rasa
Commit Name: c0e2c0fba6a09c6db141a9959951dfd988e09070
Time: 2019-07-06
Author: ranamostafamohsen96@yahoo.com
File Name: tests/cli/test_rasa_train.py
Class Name:
Method Name: test_train_no_domain_exists


Project Name: facebookresearch/ParlAI
Commit Name: 73055691dc9070c43913a4d6d8e4f73697df96c7
Time: 2018-04-09
Author: edinan@fb.com
File Name: parlai/mturk/tasks/personachat_chat/run.py
Class Name:
Method Name: main