Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 8, 2023
1 parent 82ca688 commit 2893d07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cirrocumulus/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ def count_mean_var_frac(self, A, keys, dof: int = 1) -> CountMeanVarFrac:
)

def sparse_aggregator(self, normalize: bool = False) -> Tuple[coo_matrix, np.ndarray]:
"""
Form a coordinate-sparse matrix A such that rows of A * X
are weighted sums of groups of rows of X.
"""Form a coordinate-sparse matrix A such that rows of A * X are weighted sums of groups of
rows of X.
A[i, j] = w includes X[j,:] in group i with weight w.
Expand Down

0 comments on commit 2893d07

Please sign in to comment.