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

Refactor inds(::Tensor) to return Tuple #271

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mofeing
Copy link
Member

@mofeing mofeing commented Dec 26, 2024

Current implementation of inds(::Tensor) is to return the Vector{Symbol}, but this has the problem that mutating will modify the one from the original tensor too.

@mofeing mofeing force-pushed the refactor/tensor-inds-tuple branch 2 times, most recently from 4780e61 to cf1e00f Compare December 26, 2024 10:56
@mofeing mofeing added this to the 0.8 milestone Dec 26, 2024
@mofeing mofeing force-pushed the refactor/tensor-inds-tuple branch from 7b48e15 to ec86df9 Compare December 26, 2024 11:07
@mofeing mofeing requested a review from jofrevalles January 8, 2025 11:26
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.

1 participant