Terms
Describe the issue
As discussed in #326 (comment), the compute_paths method exhibits some challenges when it comes to JIT-compilation, as some cases, e.g., when setting disconnect_inactive_triangles to True, will create output arrays whose shapes depend on the values of the input arrays. This is not compatible with JAX's tracing system, this should probably be documented somewhere.
Affected page(s)
Issue type
Documentation enhancement
Recommended fix or suggestions
No response
Terms
Describe the issue
As discussed in #326 (comment), the
compute_pathsmethod exhibits some challenges when it comes to JIT-compilation, as some cases, e.g., when settingdisconnect_inactive_trianglestoTrue, will create output arrays whose shapes depend on the values of the input arrays. This is not compatible with JAX's tracing system, this should probably be documented somewhere.Affected page(s)
Issue type
Documentation enhancement
Recommended fix or suggestions
No response