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

Linear Operator slicing broken for most cases #7

Closed
mfinzi opened this issue Jul 8, 2023 · 1 comment
Closed

Linear Operator slicing broken for most cases #7

mfinzi opened this issue Jul 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mfinzi
Copy link
Collaborator

mfinzi commented Jul 8, 2023

A[:5] doesn't work
A[:5,:5] works
A[5] doesn't work
A[:,5] also doesn't work

@mfinzi mfinzi added the bug Something isn't working label Jul 8, 2023
@mfinzi mfinzi self-assigned this Jul 8, 2023
@mfinzi
Copy link
Collaborator Author

mfinzi commented Aug 18, 2023

fixed in recent commits

@mfinzi mfinzi closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant