Skip to content

Commit

Permalink
Update function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Jun 13, 2024
1 parent afdc9b1 commit a8a7b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MEDS_tabular_automl/generate_summarized_reps.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)


def sparse_aggregate(sparse_matrix: sparray, agg: str) -> csr_array:
def sparse_aggregate(sparse_matrix: sparray, agg: str) -> np.ndarray | coo_array:
"""Aggregates values in a sparse matrix according to the specified method.
Args:
Expand Down

0 comments on commit a8a7b3c

Please sign in to comment.