-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added dataset and import data file #6
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
==========================================
- Coverage 67.37% 61.68% -5.69%
==========================================
Files 4 5 +1
Lines 141 154 +13
==========================================
Hits 95 95
- Misses 46 59 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Nathaniel-github Awesome, this looks good to me since we don't want to upload the data directly. |
@aarmey I reworked the code to just use a standard request call but I am noticing that the resulting h5ad file is roughly 1/3 of the size of the scanpy file. Not sure if that means anything but I double checked downloading the file on my local machine through chrome and it agrees with the size of the new smaller file so not really sure what is going on with the scanpy import that makes the file bigger. |
No description provided.