dc0273a28447d8f06d58c3b185ddc818db25e167,python/test/extra/command_line_extratest.py,CommandLineTest,test_run_ffmpeg2vmaf_ci,#CommandLineTest#,37

Before Change



    def test_run_ffmpeg2vmaf_ci(self):
        exe = VmafConfig.root_path("python", "vmaf", "script", "ffmpeg2vmaf.py")
        line = "576 324 {root}/python/test/resource/mp4/Seeking_30_480_1050.mp4 " \
               "{root}/python/test/resource/mp4/Seeking_10_288_375.mp4".format(root=VmafConfig.root_path())
        cmd = "{exe} {line} --ci >/dev/null 2>&1".format(line=line, exe=exe)
        ret = run_process(cmd, shell=True)
        self.assertEqual(ret, 0)

After Change



    def test_run_ffmpeg2vmaf_ci(self):
        exe = VmafConfig.root_path("python", "vmaf", "script", "ffmpeg2vmaf.py")
        line = "576 324 {ref} {dis}".format(ref=VmafConfig.test_resource_path("mp4", "Seeking_30_480_1050.mp4"),
                                            dis=VmafConfig.test_resource_path("mp4", "Seeking_10_288_375.mp4"))
        cmd = "{exe} {line} --ci >/dev/null 2>&1".format(line=line, exe=exe)
        ret = run_process(cmd, shell=True)
        self.assertEqual(ret, 0)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: Netflix/vmaf
Commit Name: dc0273a28447d8f06d58c3b185ddc818db25e167
Time: 2020-04-17
Author: zli@netflix.com
File Name: python/test/extra/command_line_extratest.py
Class Name: CommandLineTest
Method Name: test_run_ffmpeg2vmaf_ci


Project Name: Netflix/vmaf
Commit Name: dc0273a28447d8f06d58c3b185ddc818db25e167
Time: 2020-04-17
Author: zli@netflix.com
File Name: python/test/extra/command_line_extratest.py
Class Name: CommandLineTest
Method Name: test_run_ffmpeg2vmaf_ci_and_local_explain


Project Name: Netflix/vmaf
Commit Name: dc0273a28447d8f06d58c3b185ddc818db25e167
Time: 2020-04-17
Author: zli@netflix.com
File Name: python/test/extra/command_line_extratest.py
Class Name: CommandLineTest
Method Name: test_run_ffmpeg2vmaf_ci


Project Name: Netflix/vmaf
Commit Name: dc0273a28447d8f06d58c3b185ddc818db25e167
Time: 2020-04-17
Author: zli@netflix.com
File Name: python/test/extra/command_line_extratest.py
Class Name: CommandLineTest
Method Name: test_run_ffmpeg2vmaf