Results 4 issues of Vismay

I ran the function `poisson_surface_reconstruction(nerf_pts, nerf_normals, gs=np.array([50,50,50])` and it results in the error `File "", line 200, in ravel_multi_index ValueError: invalid entry in coordinates array` A possibly fix for it...

bug

### Description I'm trying to create a warp struct that holds a sparse matrix: ``` @wp.struct class NeohookeanElasticMaterial: sparse_hessian: wps.bsr_matrix_t(dtype=wp.types.matrix(shape=(9,9), dtype=wp.float32)) ``` ### Context Setting the sparse matrix shape during...

feature request
core

### Bug Description ![Image](https://github.com/user-attachments/assets/76c8d456-effe-425d-9f2d-33add860a294) A more informative error message here would be nice. It would be nice to know the shapes and ncols and block types of the mismatching arrays....

feature request
core

Add the low level API back

no-issue-activity