Skip to content

Commit 43b939c

Browse files
committed
WIP: testin ci x1
1 parent c7eb11c commit 43b939c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:17fc180c73f4ba70b0dc5e3ed431d4bc728571932457d4dca7b7897ecd8a06fd
3+
size 493508

tests/integration_tests/pybinds_tests/test_pybind_units.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def test_DFPointCloud_init():
4343

4444
def 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"

tests/test_data/roof_quarter.ply

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:40b857e50107b664bdd6860f7c68f44005f9a8d4a40065df24f8cec755a18f3b
3-
size 206944
2+
oid sha256:17fc180c73f4ba70b0dc5e3ed431d4bc728571932457d4dca7b7897ecd8a06fd
3+
size 493508

0 commit comments

Comments
 (0)