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

DM-14834: Use pybind11's native Eigen wrapping instead of ndarray EigenView #5

Merged
merged 3 commits into from
Jun 29, 2018

Commits on Jun 29, 2018

  1. git hide .coverage

    r-owen committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c6a2681 View commit details
    Browse the repository at this point in the history
  2. Make test compatible with pybind11/eigen.h

    Native pybind11 Eigen support is more lenient: it is possible
    to construct an ExtentI from an Extent2 and a Point2 from a PointD
    so stop testing that these raise exceptions.
    r-owen committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4c79e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e3864 View commit details
    Browse the repository at this point in the history