Skip to content

Commit

Permalink
re-generate stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Dec 10, 2024
1 parent 08e1aea commit 5ba3e3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dpu_kmeans/_core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class Container:
...
def allocate(self, arg0: int) -> None:
...
def compute_inertia(self, arg0: numpy.ndarray[numpy.int16]) -> int:
...
def free_dpus(self) -> None:
...
def lloyd_iter(self, arg0: numpy.ndarray[numpy.int16], arg1: numpy.ndarray[numpy.int64], arg2: numpy.ndarray[numpy.int32]) -> None:
Expand Down Expand Up @@ -62,6 +60,9 @@ class Container:
def hash(self) -> bytes | None:
...
@property
def inertia(self) -> int:
...
@property
def nr_dpus(self) -> int:
...
@property
Expand Down

0 comments on commit 5ba3e3e

Please sign in to comment.