applied-ai-018's picture
Add files using upload-large-folder tool
a8c1dd3 verified
raw
history blame
126 Bytes
import numpy as np
def sort_vertices_of_regions(simplices: np.ndarray, regions: list[list[int]]) -> None: ... # noqa: E501