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

blockarray docs inconsistency #238

Closed
Michael-T-McCann opened this issue Mar 3, 2022 · 1 comment
Closed

blockarray docs inconsistency #238

Michael-T-McCann opened this issue Mar 3, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Michael-T-McCann
Copy link
Contributor

Michael-T-McCann commented Mar 3, 2022

In the blockarray docs, the examples in https://scico.readthedocs.io/en/latest/_autosummary/scico.blockarray.html#numpy-ufuncs don't seem to match between code and math, especially the snp.sum(x, axis=2). We should check these.

Also, why does/should snp.sum(x, axis=2) work at all when snp.sum(x[1].shape, 1) gives an error? Similarly, why does snp.sum(x, axis=99) work?

@bwohlberg bwohlberg added the documentation Improvements or additions to documentation label Mar 3, 2022
@bwohlberg
Copy link
Collaborator

@Michael-T-McCann: was this not resolved by #259?

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

No branches or pull requests

2 participants