Skip to content

Fixes #265 #266

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

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Fixes #265 #266

merged 1 commit into from
Apr 21, 2021

Conversation

ryanmrichard
Copy link
Contributor

The problem appears to lie in how eigen_to_array determines if the TA tensor and the Eigen matrix/vector are compatible. Specifically the original logic neglected the fact that a 1 by 1 Eigen object could be a 1 by 1 matrix, a single element column vector, or a single element row vector. The logic has been updated to correct for this.

@evaleev evaleev merged commit 13ff461 into ValeevGroup:master Apr 21, 2021
@ryanmrichard ryanmrichard deleted the patch-2 branch April 21, 2021 19:21
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.

2 participants