Skip to content

Add features for conversion QC and scalar export to original formats#40

Open
mattcieslak wants to merge 1 commit intomainfrom
nice-to-haves-0
Open

Add features for conversion QC and scalar export to original formats#40
mattcieslak wants to merge 1 commit intomainfrom
nice-to-haves-0

Conversation

@mattcieslak
Copy link
Copy Markdown
Contributor

@mattcieslak mattcieslak commented Mar 27, 2026

closes #37
closes #35

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (50e1c2e) to head (9043a81).

Files with missing lines Patch % Lines
modelarrayio/__about__.py 0.00% 18 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #40       +/-   ##
==========================================
- Coverage   61.19%   0.00%   -61.20%     
==========================================
  Files          16       1       -15     
  Lines         951      18      -933     
  Branches      137       0      -137     
==========================================
- Hits          582       0      -582     
+ Misses        332      18      -314     
+ Partials       37       0       -37     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

***********
nifti-to-h5
**********
************
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
************
***********

Copy link
Copy Markdown
Member

@tsalo tsalo left a comment

Choose a reason for hiding this comment

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

One thought- it would be nice to cover the ValueErrors in the tests.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The about.py shouldn't be committed. It needs to be added to the gitignore.



def add_diagnostics_args(parser):
parser.add_argument(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think it would be better to make this mutually exclusive with --diagnostics-maps and directly set diagnostic_maps to None.

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.

Add a feature to export individual columns from h5 data Some nice-to-have features for verifying that conversions work

3 participants