Skip to content

Commit

Permalink
add recursive clustering and skeletonization
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Feb 8, 2025
1 parent 67d76b9 commit 354b395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytential/linalg/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def uncluster(ary: np.ndarray, index: IndexList, clevel: ClusterLevel) -> np.nda

def _build_binary_ish_tree_from_starts(starts: np.ndarray) -> ClusterTree:
partition_box_ids: np.ndarray[tuple[int, ...], Any] = np.arange(starts.size - 1)

box_ids = partition_box_ids

box_parent_ids = []
Expand Down

0 comments on commit 354b395

Please sign in to comment.