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

Numpy v1.14.0 not supported. #26

Closed
jesuscast opened this issue Jan 13, 2018 · 2 comments
Closed

Numpy v1.14.0 not supported. #26

jesuscast opened this issue Jan 13, 2018 · 2 comments

Comments

@jesuscast
Copy link

jesuscast commented Jan 13, 2018

As of Jan 12, the latest version of Numpy is not supported.
Running:
TENSORLY_BACKEND=numpy pytest -v --cov tensorly tensorly

The tests fail inside test_kronecker() at:

 for i, shape in enumerate(shapes):
    T.assert_array_equal(res, kr)
@JeanKossaifi
Copy link
Member

Thanks for noticing and reporting the issue, I'll check what is going on!
I would prefer the package to be compatible with any recent version of NumPy and Scipy rather than impose a specific version in the requirements..

@JeanKossaifi
Copy link
Member

Fixed by 3dbf6bd

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

No branches or pull requests

2 participants