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

Remove conditional NumPy use from tests #55

Open
dzhoshkun opened this issue Nov 14, 2018 · 0 comments
Open

Remove conditional NumPy use from tests #55

dzhoshkun opened this issue Nov 14, 2018 · 0 comments

Comments

@dzhoshkun
Copy link
Contributor

Some tests make use of the following idiom:

use_numpy = True
try:
    import numpy as np
except ImportError:
    use_numpy = False

I don't remember exactly why this is used, however as NumPy is now available on all our test servers, it'd be better to get rid of this to make the tests concise.

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

No branches or pull requests

2 participants