File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
integration_tests/pybinds_tests Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:17fc180c73f4ba70b0dc5e3ed431d4bc728571932457d4dca7b7897ecd8a06fd
3+ size 493508
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ def test_DFPointCloud_init():
4343
4444def test_DFPointCloud_load_from_PLY ():
4545 pc = dfb .dfb_geometry .DFPointCloud ()
46- pc .load_from_PLY (get_ply_cloud_roof_quarter_path ())
46+ # pc.load_from_PLY(get_ply_cloud_roof_quarter_path())
47+ pc .load_from_PLY ("./roof_quarter.ply" )
4748
4849 assert pc .points .__len__ () == 7379 , "DFPointCloud should have 7379 points"
4950 assert pc .normals .__len__ () == 7379 , "DFPointCloud should have 7379 normals"
Original file line number Diff line number Diff line change 11version https://git-lfs.github.com/spec/v1
2- oid sha256:40b857e50107b664bdd6860f7c68f44005f9a8d4a40065df24f8cec755a18f3b
3- size 206944
2+ oid sha256:17fc180c73f4ba70b0dc5e3ed431d4bc728571932457d4dca7b7897ecd8a06fd
3+ size 493508
You can’t perform that action at this time.
0 commit comments