Skip to content

Commit

Permalink
[DO NOT MERGE] Comment out tests in quality_runner_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Nov 2, 2023
1 parent f377d08 commit 1341be6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/test/quality_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = "Copyright 2016-2020, Netflix, Inc."
__license__ = "BSD+Patent"


'''
class QualityRunnerTest(MyTestCase):
def setUp(self):
Expand Down Expand Up @@ -1972,6 +1972,7 @@ def test_quality_runner_with_different_models(self):
self.assertAlmostEqual(results2[0]['VMAF_score'], 80.61670115719328, places=4)
self.assertAlmostEqual(results2[1]['VMAF_score'], 99.946416604585025, places=4)
'''

class QualityRunnerSaveWorkfilesTest(MyTestCase):

Expand Down

0 comments on commit 1341be6

Please sign in to comment.