Closed master-of-zen closed 3 years ago
@vibhoothi Done
The convexhull_framework is actually directly copied from libaom. A todo would be to actually get it some other way, e.g. a submodule. But because it's copied, I think formatting of it should probably be done upstream in libaom first.
The rest of the formatting looks OK.
I agree with Thomas here, it will be problematic when we try to update the local changes. Yes, we should actually make this a submodule to make the updates easier.
@vibhoothi @tdaede removed commit for convex hull changes, now it's only AWCY code
Good to merge?
This PR formats all python code with black, sorts imports and remove unused.