Skip to content

Feat/run segy ingestion#823

Open
BrianMichell wants to merge 11 commits into
TGSAI:mainfrom
BrianMichell:feat/run-segy-ingestion
Open

Feat/run segy ingestion#823
BrianMichell wants to merge 11 commits into
TGSAI:mainfrom
BrianMichell:feat/run-segy-ingestion

Conversation

@BrianMichell
Copy link
Copy Markdown
Collaborator

No description provided.

BrianMichell and others added 9 commits June 2, 2026 18:35
* Introduce a new `dataset_factory` module for schema-driven dataset creation.
* Implement `run_segy_ingestion` orchestrator to streamline SEG-Y ingestion.
* Enhance dataset templates with dimension specification methods to ensure consistency in data types.
* Update `__init__.py` files to include new ingestion components and improve module organization.
* Remove deprecated `schema_resolver.py` to clean up the codebase.
* Add unit tests to validate new functionalities and ensure robustness.
Co-authored-by: Cursor <cursoragent@cursor.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

❌ Patch coverage is 95.89041% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.74%. Comparing base (c3ba558) to head (cae31bb).
⚠️ Report is 238 commits behind head on main.

Files with missing lines Patch % Lines
tests/unit/ingestion/test_segy_grid_overrides.py 78.37% 4 Missing and 4 partials ⚠️
src/mdio/ingestion/dataset_factory.py 93.90% 4 Missing and 1 partial ⚠️
src/mdio/ingestion/segy/pipeline.py 91.66% 4 Missing and 1 partial ⚠️
src/mdio/ingestion/segy/raw_headers.py 87.50% 2 Missing and 1 partial ⚠️
src/mdio/ingestion/segy/serializer.py 89.65% 1 Missing and 2 partials ⚠️
src/mdio/builder/dataset_builder.py 60.00% 2 Missing ⚠️
src/mdio/ingestion/schema/models.py 97.91% 1 Missing and 1 partial ⚠️
tests/unit/ingestion/test_no_template_mutation.py 87.50% 1 Missing and 1 partial ⚠️
src/mdio/ingestion/segy/coordinates.py 92.85% 0 Missing and 1 partial ⚠️
src/mdio/ingestion/segy/reader.py 96.29% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #823      +/-   ##
==========================================
+ Coverage   85.30%   92.74%   +7.43%     
==========================================
  Files          46      142      +96     
  Lines        2219     8135    +5916     
  Branches      306      467     +161     
==========================================
+ Hits         1893     7545    +5652     
- Misses        281      513     +232     
- Partials       45       77      +32     

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

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.

1 participant