Sam Chaudry
Upload folder using huggingface_hub
7885a28 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