2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6,test/test_torchscript_consistency.py,Functional,test_band_without_noise,#Functional#,361

Before Change



    def test_band_without_noise(self):
        if self.dtype == torch.float64:
            pytest.xfail("This test is known to fail for float64")

        filepath = common_utils.get_asset_path("whitenoise.wav")
        waveform, _ = torchaudio.load(filepath, normalization=True)

After Change



    def test_band_without_noise(self):
        if self.dtype == torch.float64:
            raise unittest.SkipTest("This test is known to fail for float64")

        filepath = common_utils.get_asset_path("whitenoise.wav")
        waveform, _ = torchaudio.load(filepath, normalization=True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 14

Non-data size: 3

Instances


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_band_without_noise


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_bandpass_without_csg


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_lfilter


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_bandreject


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_band_with_noise


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_highpass


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_allpass


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_deemph


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_equalizer


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_treble


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_lowpass


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_bandpass_with_csg


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_riaa


Project Name: pytorch/audio
Commit Name: 2c28b743b04d94f5cae7cdaef7fa21ede7adb4f6
Time: 2020-05-14
Author: 855818+mthrok@users.noreply.github.com
File Name: test/test_torchscript_consistency.py
Class Name: Functional
Method Name: test_perf_biquad_filtering