b17da7a4603f717d5fb24a36df3da196f3c815be,test/test_io.py,Test_LoadSave,test_1_save_sine,#Test_LoadSave#,67
Before Change
def test_1_save_sine(self):
for backend in BACKENDS:
with self.subTest():
with AudioBackendScope(backend):
self._test_1_save_sine()
def _test_1_save_sine(self):
// save created file
sinewave_filepath = os.path.join(self.test_dirpath, "assets",
After Change
def test_1_save_sine(self):
for backend in BACKENDS:
with self.subTest():
torchaudio.set_audio_backend(backend)
self._test_1_save_sine()
def _test_1_save_sine(self):
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 4
Instances Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_1_save_sine
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_4_load_partial
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_2_load_nonormalization
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_1_save
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_2_load
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_5_get_info
Project Name: pytorch/audio
Commit Name: b17da7a4603f717d5fb24a36df3da196f3c815be
Time: 2020-06-18
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_io.py
Class Name: Test_LoadSave
Method Name: test_3_load_and_save_is_identity