d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0,test/test_sox_effects.py,Test_SoxEffectsChain,Test_SoxEffectsChain_1,#,9

Before Change




class Test_SoxEffectsChain(unittest.TestCase):
    test_dirpath = os.path.dirname(os.path.realpath(__file__))
    test_filepath = os.path.join(test_dirpath, "assets",
                                 "steam-train-whistle-daniel_simon.mp3")

    def test_single_channel(self):

After Change




class Test_SoxEffectsChain(unittest.TestCase):
    test_dirpath, test_dir = test.common_utils.create_temp_assets_dir()
    test_filepath = os.path.join(test_dirpath, "assets",
                                 "steam-train-whistle-daniel_simon.mp3")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 11

Instances


Project Name: pytorch/audio
Commit Name: d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0
Time: 2019-05-24
Author: jamarshon@fb.com
File Name: test/test_sox_effects.py
Class Name: Test_SoxEffectsChain
Method Name: Test_SoxEffectsChain_1


Project Name: pytorch/audio
Commit Name: d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0
Time: 2019-05-24
Author: jamarshon@fb.com
File Name: test/test_sox_effects.py
Class Name: Test_SoxEffectsChain
Method Name: Test_SoxEffectsChain_1


Project Name: pytorch/audio
Commit Name: d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0
Time: 2019-05-24
Author: jamarshon@fb.com
File Name: test/test_transforms.py
Class Name: Tester
Method Name: Tester_1


Project Name: pytorch/audio
Commit Name: d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0
Time: 2019-05-24
Author: jamarshon@fb.com
File Name: test/test_legacy.py
Class Name: Test_LoadSave
Method Name: Test_LoadSave_1


Project Name: pytorch/audio
Commit Name: d92de5b97fc6204db4b1e3ed20c03ac06f5d53f0
Time: 2019-05-24
Author: jamarshon@fb.com
File Name: test/test.py
Class Name: Test_LoadSave
Method Name: Test_LoadSave_1