• Luca Di Grazia's avatar
    Incompatible variable type fixed (#1288) · a91f15f2
    Luca Di Grazia authored
    Summary:
    **"filename"**: "projects/nerf/nerf/implicit_function.py"
    **"warning_type"**: "Incompatible variable type [9]",
    **"warning_message"**: " input_skips is declared to have type `Tuple[int]` but is used as type `Tuple[]`.",
    **"warning_line"**: 256,
    **"fix"**: input_skips: Tuple[int,...] = ()
    
    Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1288
    
    Reviewed By: kjchalup
    
    Differential Revision: D38615188
    
    Pulled By: bottler
    
    fbshipit-source-id: a014344dd6cf2125f564f948a3c905ceb84cf994
    a91f15f2
nerf_renderer.py 17.9 KB