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

BUG: fix df deep copy #709

Merged
merged 7 commits into from
Sep 22, 2023

Merge branch 'main' into feat/copy

3f86922
Select commit
Loading
Failed to load commit list.
Merged

BUG: fix df deep copy #709

Merge branch 'main' into feat/copy
3f86922
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2023 in 0s

93.56% (target 90.00%)

View this Pull Request on Codecov

93.56% (target 90.00%)

Details

Codecov Report

Merging #709 (3f86922) into main (384e453) will increase coverage by 0.03%.
The diff coverage is 97.43%.

@@            Coverage Diff             @@
##             main     #709      +/-   ##
==========================================
+ Coverage   93.52%   93.56%   +0.03%     
==========================================
  Files        1025     1025              
  Lines       79373    79405      +32     
  Branches    16443    16453      +10     
==========================================
+ Hits        74232    74293      +61     
+ Misses       3459     3431      -28     
+ Partials     1682     1681       -1     
Files Changed Coverage Δ
python/xorbits/_mars/core/entity/tileables.py 89.90% <94.73%> (+0.27%) ⬆️
python/xorbits/_mars/core/base.py 99.00% <100.00%> (ø)
python/xorbits/_mars/dataframe/core.py 94.26% <100.00%> (+0.38%) ⬆️
python/xorbits/_mars/deploy/oscar/session.py 95.12% <100.00%> (+0.04%) ⬆️
python/xorbits/core/adapter.py 97.59% <100.00%> (+0.01%) ⬆️

... and 11 files with indirect coverage changes