• Jeremy Reizenstein's avatar
    test & compilation fixes · 5ac2f421
    Jeremy Reizenstein authored
    Summary:
    Fixes mostly related to the "main" build on circleci.
    -Avoid error to do with tuple copy from initializer_list which is `explicit` on old compiler.
    -Add better reporting to copyright test.
    -Move to PackedTensorAccessor64 from the deprecated PackedTensorAccessor
    -Avoid some warnings about mismatched comparisons.
    
    The "main" build is the only one that runs the test_build stuff. In that area
    -Fix my bad copyright fix D26275931 (https://github.com/facebookresearch/pytorch3d/commit/3463f418b8a3e3c3e6b6a20007b38eb71938ec7f) / 965c9c
    -Add test that all tutorials are valid json.
    
    Reviewed By: nikhilaravi
    
    Differential Revision: D26366466
    
    fbshipit-source-id: c4ab8b7e6647987069f7cb7144aa6ab7c24bcdac
    5ac2f421
test_build.py 2.67 KB