-
Notifications
You must be signed in to change notification settings - Fork 890
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
Moved dask, distributed imports #634
Conversation
gsheni
commented
Jul 1, 2019
•
edited
Loading
edited
- Moved dask, distributed imports so they are inside the function. This is because dask/distributed is an optional library for featuretools
Codecov Report
@@ Coverage Diff @@
## master #634 +/- ##
==========================================
+ Coverage 97.43% 97.43% +<.01%
==========================================
Files 118 118
Lines 9535 9538 +3
==========================================
+ Hits 9290 9293 +3
Misses 245 245
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move dask and distributed from requirements.txt
to test-requirements.txt
since they are now optional
Let's keep it in |
featuretools/tests/computational_backend/test_calculate_feature_matrix.py
Outdated
Show resolved
Hide resolved
featuretools/tests/computational_backend/test_calculate_feature_matrix.py
Outdated
Show resolved
Hide resolved
…into fix_dask_imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a few comments. otherwise looks good to me