Skip to content

Commit 02e8a6f

Browse files
update tests
1 parent 9292296 commit 02e8a6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/operations/test_cloth_simulation_filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_cloth_simulation_filtering(
2222

2323
above_terrain_coords = np.array([[10, 10, 0.4], [40, 40, 0.2]], dtype=float)
2424

25-
coords = np.row_stack([terrain_coords, above_terrain_coords])
25+
coords = np.vstack([terrain_coords, above_terrain_coords])
2626

2727
resolution = 2
2828
classification = cloth_simulation_filtering(

0 commit comments

Comments
 (0)