Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scans #370

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add scans #370

wants to merge 4 commits into from

Conversation

dcherian
Copy link
Collaborator

@dcherian dcherian commented Jun 28, 2024

Closes #91, closes #251

Comment on lines +593 to +594
array: np.array
group_idx: np.array
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
array: np.array
group_idx: np.array
array: np.ndarray
group_idx: np.ndarray

Should fix errors like: error: np.array? has no attribute "ndim" [attr-defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support cumsum, cumprod
2 participants