1 parent 9292296 commit 02e8a6fCopy full SHA for 02e8a6f
1 file changed
test/operations/test_cloth_simulation_filtering.py
@@ -22,7 +22,7 @@ def test_cloth_simulation_filtering(
22
23
above_terrain_coords = np.array([[10, 10, 0.4], [40, 40, 0.2]], dtype=float)
24
25
- coords = np.row_stack([terrain_coords, above_terrain_coords])
+ coords = np.vstack([terrain_coords, above_terrain_coords])
26
27
resolution = 2
28
classification = cloth_simulation_filtering(
0 commit comments