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

add transforms for tcoords -> image coords #724

Merged
merged 5 commits into from
Nov 16, 2016

Conversation

jabooth
Copy link
Member

@jabooth jabooth commented Aug 9, 2016

Will add test, just wanted to get this out of a notebook before forgotten.

@patricksnape
Copy link
Contributor

@jabooth Can you add that test so we can clear this form the PR list?

@jabooth
Copy link
Member Author

jabooth commented Nov 16, 2016

Jenkins test this please

Try checking for all possible numpy include paths
@jabooth jabooth merged commit 20f6c90 into menpo:master Nov 16, 2016
@patricksnape patricksnape deleted the tcoords_transforms branch November 16, 2016 22:07
@@ -11,8 +11,15 @@
IS_OSX = 'darwin' == SYS_PLATFORM
IS_WIN = 'windows' == SYS_PLATFORM
# Get Numpy include path without importing it
NUMPY_INC_PATH = os.path.join(site.getsitepackages()[0], 'numpy', 'core', 'include')

NUMPY_INC_PATHS = [os.path.join(r, 'numpy', 'core', 'include')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grim - but fair.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants