-
Notifications
You must be signed in to change notification settings - Fork 33
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
Changes to SCDL and documentation #643
Conversation
Signed-off-by: Polina Binder <[email protected]>
Signed-off-by: Polina Binder <[email protected]>
Signed-off-by: Polina Binder <[email protected]>
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #643 +/- ##
==========================================
- Coverage 86.68% 86.65% -0.03%
==========================================
Files 117 117
Lines 7014 7021 +7
==========================================
+ Hits 6080 6084 +4
- Misses 934 937 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Polina Binder <[email protected]>
Signed-off-by: Polina Binder <[email protected]>
Signed-off-by: polinabinder1 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, but I don't know where the figure files are? lfs? direct check in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Polina Binder <[email protected]>
Signed-off-by: Polina Binder <[email protected]>
Could you fill out the PR description? Theyre useful for referencing changes in the future. |
sub-packages/bionemo-scdl/src/bionemo/scdl/io/single_cell_memmap_dataset.py
Outdated
Show resolved
Hide resolved
sub-packages/bionemo-scdl/tests/bionemo/scdl/index/test_row_feature_index.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left minor comments of where things are unclear to me. Tests look good, please fill out the PR description with your mental context so we can reference this in the the future (also might keep me from having dumb questions)
Signed-off-by: Polina Binder <[email protected]>
This PR has some additional documentation around run time and memory usage profiling. Additionally, the code now handles missing feature ids, either by setting them to be the row indices, or by setting an empty row feature index.