Skip to content

Numpy ingestion - #739

Open
BrianMichell wants to merge 7 commits into
TGSAI:mainfrom
BrianMichell:numpy_ingestion
Open

Numpy ingestion#739
BrianMichell wants to merge 7 commits into
TGSAI:mainfrom
BrianMichell:numpy_ingestion

Conversation

@BrianMichell

Copy link
Copy Markdown
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.

@BrianMichellBrianMichell added the enhancement New feature or request label Oct 31, 2025
@codecov

codecovBot commented Oct 31, 2025

Copy link
Copy Markdown

Codecov Report

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

Files with missing linesPatch %Lines
src/mdio/converters/numpy.py89.13%2 Missing and 3 partials ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #739 +/- ##
==========================================
+ Coverage 85.30% 89.67% +4.37% 
==========================================
Files 46 106 +60 Lines 2219 6259 +4040 Branches 306 418 +112 ==========================================
+ Hits 1893 5613 +3720 - Misses 281 545 +264 - Partials 45 101 +56 

☔ View full report in Codecov by Harness.
📢 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew 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

@BrianMichell