You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2D indexing with face_node_connectivity or face_edge_connecitivity is terribly slow: dask/dask#10237
This is used in dfmt.uda_edges_to_faces() and dfmt.uda_nodes_to_faces(), also check whether we use it more often.
2D indexing with
face_node_connectivity
orface_edge_connecitivity
is terribly slow: dask/dask#10237This is used in
dfmt.uda_edges_to_faces()
anddfmt.uda_nodes_to_faces()
, also check whether we use it more often.Faster example with stack and unstack:
Maybe this is a good moment to implement in xugrid instead of dfm_tools.
Other open vindex issue: dask/dask#7313
The text was updated successfully, but these errors were encountered: