Add additional datasets to improve coverage#1441
Add additional datasets to improve coverage#1441rapids-bot[bot] merged 30 commits intorapidsai:branch-0.19from
Conversation
add datasets to test self-loops, string vertex IDs and isolated vertices Update README closes rapidsai#1214
add datasets to test self-loops, string vertex IDs and isolated vertices Update README closes rapidsai#1214
add datasets to test self-loops, string vertex IDs and isolated vertices Update README closes rapidsai#1214
add datasets to test self-loops, string vertex IDs and isolated vertices Update README closes rapidsai#1214
add datasets to test self-loops, string vertex IDs and isolated vertices Update README closes rapidsai#1214
|
One of the files (out of 6) I uploaded is above the 5242880 limit (the file is 5.3 MB). Should I just delete that file or include the file and update the download script ? |
|
@jnke2016 this explodes the size of data in the repo which affects packaging size. Should some of these files be moved to the S3 drive and downloaded like we do for scale testing? Is simply modifying the smaller karate dataset not enough? |
BradReesWork
left a comment
There was a problem hiding this comment.
the large files need to be removed. you can add them to the S3 store
|
|
||
|
|
||
|
|
||
| ## Tests coverage |
There was a problem hiding this comment.
There is a reference section under docs where we list all the test files used. Adding info on the files is nice
There was a problem hiding this comment.
In this PR, I updated datasets/README.md to reference and describe the new datasets. But after discussing with Rick, I instead modified the existing datasets (karate, dolphins) since they are much smaller, therefore easier to test. I will be uploading the new datasets in this PR
BradReesWork
left a comment
There was a problem hiding this comment.
large datasets need to be removed
…add_datasets_coverage
added datasets to test self-loops, isolated vertices, string vertex IDs, multi-edges Updated download script accordingly Updated README accordingly closes rapidsai#1214
Added datasets to test self-loops, isolated vertices, string vertex IDs, multi-edges Updated download script accordingly Updated README accordingly closes rapidsai#1214
Added datasets to test self-loops, isolated vertices, string vertex IDs, multi-edges Updated download script accordingly Updated README accordingly closes rapidsai#1214
Added datasets to test self-loops, isolated vertices, string vertex IDs, multi-edges Updated download script accordingly Updated README accordingly closes rapidsai#1214
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #1441 +/- ##
===============================================
+ Coverage 60.72% 60.78% +0.05%
===============================================
Files 70 70
Lines 3132 3134 +2
===============================================
+ Hits 1902 1905 +3
+ Misses 1230 1229 -1
Continue to review full report at Codecov.
|
rlratzel
left a comment
There was a problem hiding this comment.
Looks good, I just have a few minor requests.
added datasets to test self-loops, isolated vertices, string vertex IDs, multi-edges Updated download script accordingly Updated README accordingly closes rapidsai#1214
|
@gpucibot merge |
add datasets to test self-loops, string vertex IDs and isolated vertices
Update README
closes #1214