Skip to content

Commit

Permalink
Remove finalize_fit definition
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Aug 28, 2024
1 parent 19f0ac8 commit be2f272
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions onedal/spmd/basic_statistics/incremental_basic_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ def partial_fit(self, X, weights=None, queue=None):
X_table,
weights_table,
)

@support_usm_ndarray()
def finalize_fit(self, queue=None):
return super().finalize_fit(queue=queue)

0 comments on commit be2f272

Please sign in to comment.