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

Bugfix #3095 main_v12.0 ascii2nc_tab_delimited #3103

Open
wants to merge 3 commits into
base: main_v12.0
Choose a base branch
from

Conversation

JohnHalleyGotway
Copy link
Collaborator

@JohnHalleyGotway JohnHalleyGotway commented Mar 8, 2025

Expected Differences

Same as PR #3102 but for main_v12.0 and without the addition of the new unit test for ascii2nc. No differences are flagged in the GHA testing output since that new test is not added.

Please review this PR at the same time as #3102.

…taLine object rather than re-parsing based on whitespace. Also call is_eq() to check for equality of doubles rather than precise equality with ==.
…the is_eq(a,b) logic to return true if both values are NaN.
@JohnHalleyGotway JohnHalleyGotway added this to the MET 12.0.3 (bugfix) milestone Mar 8, 2025
@JohnHalleyGotway JohnHalleyGotway linked an issue Mar 8, 2025 that may be closed by this pull request
23 tasks
@JohnHalleyGotway JohnHalleyGotway marked this pull request as ready for review March 10, 2025 15:29
Copy link
Contributor

@davidalbo davidalbo left a comment

Choose a reason for hiding this comment

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

Because this is a subset of the changes that have been approved for #3102, I approve this pull request as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔎 In review
Development

Successfully merging this pull request may close these issues.

Bugfix: ASCII2NC fails with tab-delimited input files
2 participants