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

Fix Eigen shape assertion error in dense matrix caster #846

Merged
merged 1 commit into from
May 11, 2017

Conversation

dean0x7d
Copy link
Member

Missing conformability check was causing Eigen to create a 0x0 matrix with an error in debug mode and silent corruption in release mode.

Missing conformability check was causing Eigen to create a 0x0 matrix
with an error in debug mode and silent corruption in release mode.
@jagerman
Copy link
Member

Good catch. LGTM.

@dean0x7d dean0x7d merged commit 4567f1f into pybind:master May 11, 2017
@dean0x7d dean0x7d deleted the eigen-fix branch May 11, 2017 14:11
@dean0x7d dean0x7d modified the milestone: v2.2 Aug 13, 2017
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