-
Notifications
You must be signed in to change notification settings - Fork 7
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
add inscopix imaging extractor #276
Conversation
for more information, see https://pre-commit.ci
rmv py3.8
for more information, see https://pre-commit.ci
blocked by inscopix/pyisx#48 |
Looks like this is unblocked as of v1.0.4 (inscopix/pyisx#48 (comment)) |
src/roiextractors/extractors/inscopixextractors/inscopiximagingextractor.py
Outdated
Show resolved
Hide resolved
src/roiextractors/extractors/inscopixextractors/inscopiximagingextractor.py
Outdated
Show resolved
Hide resolved
Looks like the test cases just need to be updated now - also a CHANGELOG entry |
This is finally working. Though I think dropping 3.8 should probably be a different PR |
I'll defer to @pauladkisson for PR review but mostly looks good to me
For the global drop of 3.8 I would agree, and then we can do it synchronously throughout the ecosystem across the next few weeks (I think we have a couple of months still) However, you would still need various skips of Could do the 3.8 drop in separate PR, give that PR precedence, then come back to this? |
Happy to review, but will have to wait until 5/20 |
depends on #325 |
# Conflicts: # .github/ISSUE_TEMPLATE/bug_report.yml # .github/workflows/run-tests.yml # CHANGELOG.md
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.
This looks good, my only request is that we avoid the read operation every time dtype is requested.
src/roiextractors/extractors/inscopixextractors/inscopiximagingextractor.py
Outdated
Show resolved
Hide resolved
…gextractor.py Co-authored-by: Heberto Mayorquin <[email protected]>
… example that this fetched data type is the same as the data type of actual data
@h-mayorquin I added a method as you suggested. I also added a test to ensure that the dtype of the data indeed matches this dtype extacted from the metadata (this did not match in a previous version of the isx package) |
Co-authored-by: Heberto Mayorquin <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
==========================================
+ Coverage 79.37% 79.57% +0.19%
==========================================
Files 39 41 +2
Lines 3069 3099 +30
==========================================
+ Hits 2436 2466 +30
Misses 633 633
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
All right.
No description provided.