Skip to content

Commit

Permalink
ipy special
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Jul 10, 2024
1 parent 31224fa commit 7d65bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/compas/geometry/test_pointcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def test_pointcloud__neq__():


def test_pointcloud_from_box():
x_size = 10
y_size = 5
z_size = 3
x_size = 10.0
y_size = 5.0
z_size = 3.0
box = Box.from_width_height_depth(x_size, z_size, y_size)
pointcloud = Pointcloud.from_box(box, 100)
assert len(pointcloud.points) == 100
Expand Down

0 comments on commit 7d65bbb

Please sign in to comment.