Polinabinder/file extend#477
Conversation
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
|
This PR enables concatenation of multiple single cell memory map datasets without copying the full files over and needing to double the memory usage on disk. In this approach, the row, column, and data arrays are copied over in blocks of bytes, and files are deleted after they are copied over, ensuring limits on the amount of data stored in duplicate on disk. |
|
/build-ci |
skothenhill-nv
left a comment
There was a problem hiding this comment.
looks pretty good, left a few stylistic comments. Docstrings could use examples I think.
…ll_memmap_dataset.py Co-authored-by: Steven Kothen-Hill <148821680+skothenhill-nv@users.noreply.github.com> Signed-off-by: polinabinder1 <pbinder@nvidia.com>
…ll_memmap_dataset.py Co-authored-by: Steven Kothen-Hill <148821680+skothenhill-nv@users.noreply.github.com> Signed-off-by: polinabinder1 <pbinder@nvidia.com>
|
/build-ci |
|
/build-ci |
|
/build-ci |
1 similar comment
|
/build-ci |
edawson
left a comment
There was a problem hiding this comment.
Approved! Thank you for adding tests.
|
/build-ci |
|
/build-ci |
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
|
/ok to test 97eeea3 |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #477 +/- ##
==========================================
- Coverage 84.35% 84.35% -0.01%
==========================================
Files 138 139 +1
Lines 8706 8716 +10
==========================================
+ Hits 7344 7352 +8
- Misses 1362 1364 +2
|
edawson
left a comment
There was a problem hiding this comment.
One minor nit, otherwise looks good!
Signed-off-by: polinabinder1 <pbinder@nvidia.com>
|
/ok to test ad7ddd3 |
|
/ok to test e7d5fda |
Signed-off-by: polinabinder1 <pbinder@nvidia.com> Co-authored-by: Steven Kothen-Hill <148821680+skothenhill-nv@users.noreply.github.com>
Signed-off-by: Camir Ricketts <camirr@nvidia.com>
No description provided.