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
I'm working on an easybuild recipe for installing PyTorch3D from source and encountered a handful of bugs with the test-suite in the process. I don't have time to file proper issues right now, but figured I can at least share them as is.
Bugs with patches
tests/implicitron/test_config.py Bar dataclass immutable patch
tests/implicitron/test_extending_orm_types.py load_blobs not positional in build method patch
tests/pulsar/test_forward.py issue with 1 channel images patch
Bugs without patches
tests/test_io_off.py::TestMeshOffIO::test_bad and tests/test_io_off.py::TestMeshOffIO::test_load_lumpy, error parsing file
tests/test_knn.py::TestKNN::test_knn_vs_python_square_cuda, tests/test_points_alignment.py::TestICP::test_heterogeneous_inputs and tests/test_render_meshes.py::TestRenderMeshes::test_simple_sphere_elevated_camera seems flaky, probably depending on hardware used.
The text was updated successfully, but these errors were encountered:
The OFF problems should have been fixed yesterday by dd2a11b . The code is unfortunately dependent on the wording of numpy's exceptions which have changed. The conditional use of loadtxt seems to me the most efficient implementation of loading off files which are likely to be homogeneous.
I'm working on an easybuild recipe for installing PyTorch3D from source and encountered a handful of bugs with the test-suite in the process. I don't have time to file proper issues right now, but figured I can at least share them as is.
Bugs with patches
Bugs without patches
tests/test_io_off.py::TestMeshOffIO::test_bad
andtests/test_io_off.py::TestMeshOffIO::test_load_lumpy
, error parsing filetests/test_knn.py::TestKNN::test_knn_vs_python_square_cuda
,tests/test_points_alignment.py::TestICP::test_heterogeneous_inputs
andtests/test_render_meshes.py::TestRenderMeshes::test_simple_sphere_elevated_camera
seems flaky, probably depending on hardware used.The text was updated successfully, but these errors were encountered: