Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on atlasIO #64

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

tweska
Copy link
Member

@tweska tweska commented Mar 13, 2025

No description provided.

@@ -109,6 +108,7 @@ void AtlasIO::checkFileExist(const std::string& name) const {
return;
};

StatisticsIOBuilder<AtlasIO> AtalsIOBuilder("atlas_io");
StatisticsIOBuilder<EckitCodecIO> EckitCodecIOBuilder("eckit_codec");
StatisticsIOBuilder<EckitCodecIO> AtlasIOBuilder("atlas_io"); // Legacy name
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a fix to make sure plans with restart-lib: "atlas_io" do not break for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

do we really want to have this legacy feature??

We tag the branches anyway. So for me it would be fine that projects that upgrade will have to update their configuration properly. Someday this has to be done anyway.

Copy link
Collaborator

@dsarmany dsarmany Mar 21, 2025

Choose a reason for hiding this comment

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

@tweska -- Check with Steffi if there are any multio plans currently that use atlas_io. In general, I'm also in favour of getting rid of this.

@codecov-commenter
Copy link

codecov-commenter commented Mar 13, 2025

Codecov Report

Attention: Patch coverage is 68.18182% with 7 lines in your changes missing coverage. Please review.

Project coverage is 53.07%. Comparing base (9d06daf) to head (e048acd).

Files with missing lines Patch % Lines
...tion/interpolate-fesom/FesomInterpolationWeights.h 0.00% 5 Missing ⚠️
...multio/action/interpolate-fesom/InterpolateFesom.h 0.00% 1 Missing ⚠️
...rc/multio/action/renumber-healpix/GenerateCache.cc 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #64   +/-   ##
========================================
  Coverage    53.07%   53.07%           
========================================
  Files          218      218           
  Lines        14840    14840           
  Branches      1221     1221           
========================================
  Hits          7877     7877           
  Misses        6963     6963           

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

@tweska tweska force-pushed the feature/remove-atlas-io branch from a2f6505 to 096b0f1 Compare March 13, 2025 15:35
dsarmany
dsarmany previously approved these changes Mar 21, 2025
Copy link
Collaborator

@dsarmany dsarmany left a comment

Choose a reason for hiding this comment

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

If we merge this like this, @tweska: Please raise a ticket about getting rid of atlas_io so that we don't forget about it.

@tweska tweska force-pushed the feature/remove-atlas-io branch from 7bf4c3f to e048acd Compare March 21, 2025 13:03
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.

4 participants