794577b8f258c9887cc33151afdd829139844928,python/test/third_party/xiph/vmafexec_feature_extractor_test.py,FeatureExtractorTest,tearDown,#FeatureExtractorTest#,15

Before Change


        if hasattr(self, "fextractor"):
            self.fextractor.remove_results()
        pass
        self.assertEqual([], self.verificationErrors)

    def test_run_psnrhvs_fextractor(self):
        ref_path, dis_path, asset, asset_original = set_default_576_324_videos_for_testing()
        self.fextractor = PsnrhvsFeatureExtractor(

After Change


    def tearDown(self):
        if hasattr(self, "fextractor"):
            self.fextractor.remove_results()
        super().tearDown()

    def test_run_psnrhvs_fextractor(self):
        ref_path, dis_path, asset, asset_original = set_default_576_324_videos_for_testing()
        self.fextractor = PsnrhvsFeatureExtractor(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 3

Instances


Project Name: Netflix/vmaf
Commit Name: 794577b8f258c9887cc33151afdd829139844928
Time: 2021-03-19
Author: zli@netflix.com
File Name: python/test/third_party/xiph/vmafexec_feature_extractor_test.py
Class Name: FeatureExtractorTest
Method Name: tearDown


Project Name: Netflix/vmaf
Commit Name: fa4d0f1f6dca2388eabd6e09f300898bc774fae6
Time: 2021-03-18
Author: zli@netflix.com
File Name: python/test/quality_runner_test.py
Class Name: QualityRunnerTest
Method Name: tearDown


Project Name: Netflix/vmaf
Commit Name: 794577b8f258c9887cc33151afdd829139844928
Time: 2021-03-19
Author: zli@netflix.com
File Name: python/test/vmafexec_feature_extractor_test.py
Class Name: FeatureExtractorTest
Method Name: tearDown


Project Name: Netflix/vmaf
Commit Name: 794577b8f258c9887cc33151afdd829139844928
Time: 2021-03-19
Author: zli@netflix.com
File Name: python/test/vmafossexec_test.py
Class Name: VmafossexecQualityRunnerTest
Method Name: tearDown


Project Name: Netflix/vmaf
Commit Name: 794577b8f258c9887cc33151afdd829139844928
Time: 2021-03-19
Author: zli@netflix.com
File Name: python/test/feature_extractor_test.py
Class Name: FeatureExtractorTest
Method Name: tearDown


Project Name: Netflix/vmaf
Commit Name: 794577b8f258c9887cc33151afdd829139844928
Time: 2021-03-19
Author: zli@netflix.com
File Name: python/test/vmafexec_test.py
Class Name: VmafexecQualityRunnerTest
Method Name: tearDown