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

collapse in tensor class errors, not well documented on what the format of dims is. #2

Closed
jdtuck opened this issue May 10, 2022 · 1 comment · Fixed by #32
Closed

Comments

@jdtuck
Copy link
Contributor

jdtuck commented May 10, 2022

When using collapse method in the tensor class, the parameter dims is not clear and leads to errors.

@dmdunla
Copy link
Collaborator

dmdunla commented May 10, 2022

collapse currently does not work fully, as it depends on the tenmat class, which is not yet implemented. A collapse across all dimensions works, but other subsets of dimensions will return an AssertionError until tenmat is implemented.

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 a pull request may close this issue.

2 participants