checkmate icon indicating copy to clipboard operation
checkmate copied to clipboard

Fix testing for NA_REAL (fixes #258)

Open tdeenes opened this issue 10 months ago • 1 comments

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 avatar Mar 26 '24 17:03 tdeenes

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

tdeenes avatar Apr 03 '24 12:04 tdeenes

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

mllg avatar Jul 17 '24 09:07 mllg