Conversation
# Conflicts: # sparsity/test/test_dask_sparse_frame.py
implements distributed rename method and adds quicker routines to groupby_sum if divisions are known. Adds support for joining sp.SparseFrames onto a distributed SparseFrame.
# Conflicts: # sparsity/dask/core.py
# Conflicts: # sparsity/dask/core.py # sparsity/dask/shuffle.py # sparsity/sparse_frame.py # sparsity/test/test_dask_sparse_frame.py
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=========================================
- Coverage 89.65% 89.5% -0.16%
=========================================
Files 7 7
Lines 1179 1200 +21
=========================================
+ Hits 1057 1074 +17
- Misses 122 126 +4
Continue to review full report at Codecov.
|
| assert isinstance(res, str) | ||
| assert '10x10000' in res | ||
| assert '0 stored' in res | ||
| assert len(res.splitlines()) == 1 + 5 + 2 |
There was a problem hiding this comment.
Why did the lines number change? I can't see any change that you made that should affect it...
There was a problem hiding this comment.
I think it's related to pandas version...
There was a problem hiding this comment.
Well, I hope our __repr__ still makes sense then...
There was a problem hiding this comment.
It should just lines change I think depending on your terminal size? Don't know...
# Conflicts: # sparsity/dask/core.py
| - checkout | ||
| - run: pip install pytest pytest-cov moto dask==0.19.2 . | ||
| - run: pip install boto3==1.7.84 botocore==1.10.84 moto==1.3.6 | ||
| - run: pip install pytest pytest-cov dask==1.0.0 . |
There was a problem hiding this comment.
Shouldn't this be consistent with setup.py? Or shouldn't it be done by pip install .[test]?
Changes necessary to make distributed binning algorithm work