You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello; i have installed VMAF on an OpenSuse server (version 13.1); I am seeing errors when running the unittest suite as described in the Readme @ github.com/Netflix/VMAF .
some score assertions have differences up to 4 places. for example:
FAIL: test_all (feature_test.FeatureTestYuv422p10le)
Traceback (most recent call last):
File "/home/vqeg/git/vqegjeg.git/netflix/vmaf/feature/test/feature_test.py", line 429, in test_all
self.assertAlmostEquals(score, 6899.24648475, places=4)
AssertionError: 6899.246359479167 != 6899.24648475 within 4 places
Are errors of this type okay and safely ignored? any information is appreciated.
Thank you very much for making this tool available!
I have attached the otput file to this posting: unittest.txt
Regards,
steves
The text was updated successfully, but these errors were encountered:
Hello; i have installed VMAF on an OpenSuse server (version 13.1); I am seeing errors when running the unittest suite as described in the Readme @ github.com/Netflix/VMAF .
some score assertions have differences up to 4 places. for example:
FAIL: test_all (feature_test.FeatureTestYuv422p10le)
Traceback (most recent call last):
File "/home/vqeg/git/vqegjeg.git/netflix/vmaf/feature/test/feature_test.py", line 429, in test_all
self.assertAlmostEquals(score, 6899.24648475, places=4)
AssertionError: 6899.246359479167 != 6899.24648475 within 4 places
Are errors of this type okay and safely ignored? any information is appreciated.
Thank you very much for making this tool available!
I have attached the otput file to this posting:
unittest.txt
Regards,
steves
The text was updated successfully, but these errors were encountered: