Skip to content

Conversation

@BrianMichell
Copy link
Collaborator

Resolves #596

This PR seeks to implement MDIO v1 numpy ingestion without using pending #687 features.

Based off of legacy numpy ingestion with a similar interface to segy_to_mdio.

@BrianMichell BrianMichell added the enhancement New feature or request label Oct 31, 2025
@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

❌ Patch coverage is 95.96774% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.58%. Comparing base (c3ba558) to head (8e10abb).
⚠️ Report is 214 commits behind head on main.

Files with missing lines Patch % Lines
src/mdio/converters/numpy.py 89.13% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #739      +/-   ##
==========================================
+ Coverage   85.30%   87.58%   +2.28%     
==========================================
  Files          46       90      +44     
  Lines        2219     4931    +2712     
  Branches      306      328      +22     
==========================================
+ Hits         1893     4319    +2426     
- Misses        281      537     +256     
- Partials       45       75      +30     

☔ 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.

@BrianMichell BrianMichell marked this pull request as ready for review November 6, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement MDIO v1 converter for Numpy arrays

1 participant