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

Fix testing for NA_REAL (fixes #258) #259

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

tdeenes
Copy link
Contributor

@tdeenes tdeenes commented Mar 26, 2024

As per the official docs, NA_REAL shall be tested with the ISNA macro.

This PR replaces all == NA_REAL idioms in the code base with ISNA. A new unit test has been added which fails without the current fix, and passes after the fix.

@tdeenes tdeenes changed the title Fix testing for NA_REAL (resolves #258) Fix testing for NA_REAL (fixes #258) Mar 26, 2024
@tdeenes
Copy link
Contributor Author

tdeenes commented Apr 3, 2024

@mllg can you please take a quick look? This is a very simple bugfix.

@mllg mllg merged commit 56b1406 into mllg:master Jul 17, 2024
5 checks passed
@mllg
Copy link
Owner

mllg commented Jul 17, 2024

Sorry for the late reply. Now merged and I will release a new version this week.

@tdeenes tdeenes deleted the fix-testing-for-na-real branch July 17, 2024 09:52
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.

2 participants