Skip to content

Conversation

@oesteban
Copy link
Member

Leverage the new __getitem__ interface, which provides uniform indexed access across modalities.

Requires: #52.
Related-To: #19.
Resolves: #20.

@codecov
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

Attention: Patch coverage is 90.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 67.45%. Comparing base (0dadde7) to head (9327b0b).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
src/nifreeze/estimator.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   67.60%   67.45%   -0.16%     
==========================================
  Files          20       20              
  Lines         991      977      -14     
  Branches      131      129       -2     
==========================================
- Hits          670      659      -11     
+ Misses        267      265       -2     
+ Partials       54       53       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oesteban oesteban force-pushed the enh/generalize-lovo-splitter branch 2 times, most recently from 81021ba to 052aa0e Compare January 20, 2025 15:41
Leverage the new ``__getitem__`` interface, which provides uniform
indexed access across modalities.

Requires: #52.
Related-To: #19.
Resolves: #20.
Copy link
Contributor

@jhlegarreta jhlegarreta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this 💯.

@oesteban oesteban merged commit 0fefaf3 into main Jan 20, 2025
8 checks passed
@oesteban oesteban deleted the enh/generalize-lovo-splitter branch January 20, 2025 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update lovo splitter to accommodate other data objects than DWI

3 participants