Skip to content

Implement create_empty and create_empty_like convenience methods for Dataset creation. - #736

Open
dmitriyrepin wants to merge 4 commits into
TGSAI:mainfrom
dmitriyrepin:create_empty-squash
Open

Implement create_empty and create_empty_like convenience methods for Dataset creation.#736
dmitriyrepin wants to merge 4 commits into
TGSAI:mainfrom
dmitriyrepin:create_empty-squash

Conversation

@dmitriyrepin

Copy link
Copy Markdown
Contributor

#687
Redone without any code reuse.

@codecov

codecovBot commented Oct 29, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.78082% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.67%. Comparing base (c3ba558) to head (c89f7e2).
⚠️ Report is 247 commits behind head on main.

Files with missing linesPatch %Lines
src/mdio/api/create.py73.43%6 Missing and 11 partials ⚠️
tests/integration/test_z_create_empty.py97.26%1 Missing and 4 partials ⚠️
tests/integration/testing_helpers.py95.55%1 Missing and 1 partial ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #736 +/- ##
==========================================
+ Coverage 85.30% 87.67% +2.36% 
==========================================
Files 46 89 +43 Lines 2219 5096 +2877 Branches 306 345 +39 ==========================================
+ Hits 1893 4468 +2575 - Misses 281 541 +260 - Partials 45 87 +42 

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

@tasansal
tasansal marked this pull request as ready for review November 4, 2025 16:40
@tasansaltasansal added the enhancement New feature or request label Nov 4, 2025
@tasansaltasansal changed the title DRAFT: create empty and create_empty_like isolatedImplement create_empty and create_empty_like convenience methods for Dataset creation.Nov 4, 2025
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.

3 participants

@dmitriyrepin@tasansal@BrianMichell