Arvi Gjoka

Results 5 comments of Arvi Gjoka

So just to be clear. The following fails: ``` b = np.array([0], dtype=f_.dtype) bc = np.array([[0., 0.]], dtype=v_uv.dtype) slim_data = igl.slim_precompute(v, f, v_init, igl.SYMMETRIC_DIRICHLET, b, bc, 1e5) ``` while the...

I'm compiling the bindings from this repo on the main branch. I have yet to test it, but if you reduce the boundary conditions to one node instead of two...

Yea nanobind issue is what my thought was, because the failure seemed to come from type conversion and not the libigl C++ code. Thank you! PS Any chance you could...

This case fails only on the assert, can we make the assert only if `V.shape[1] == 3` and check if `V.shape[1] == 2`? Otherwise, if this is not safe enough,...

Can we do a force push?