Conversation
Codecov Report
@@ Coverage Diff @@
## main #2560 +/- ##
==========================================
- Coverage 99.46% 99.46% -0.01%
==========================================
Files 392 392
Lines 23153 23211 +58
==========================================
+ Hits 23030 23087 +57
- Misses 123 124 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
featuretools/computational_backends/calculate_feature_matrix.py
Outdated
Show resolved
Hide resolved
dvreed77
left a comment
There was a problem hiding this comment.
lgtm, but would feel better with another approval
| yield cluster | ||
| distributed = pytest.importorskip( | ||
| "distributed", | ||
| reason="Dask not installed, skipping", |
There was a problem hiding this comment.
Would it be a good idea to have a Dask not installed error message saved instead of copying it for all Dask tests?
There was a problem hiding this comment.
We could do that, but the only people that ever see this message are developers, so I don't think it's critical that this message be the same everywhere.
There was a problem hiding this comment.
Makes sense. I was wondering more from a code cleanliness perspective.
Make Dask an optional dependency
Closes #1423