-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make testing macros work with NaN's #166
Comments
It seems like a compiler issue: it passed with |
Maybe we should test testing macros 🤔 |
which test exactly? |
MultiVector's reciprocal. |
To avoid this in the future I can add a check for If this is a priority, I could do this pretty quick. |
I think I'd argue for updating test macros. I don't know a) how compiler flags are portable, b) would users frown upon subpackages adding to compiler flags. |
@aprokop , I agree. I'll put in checks while I finish up Import/Export tests. |
Was this fixed by#171 (which had some nan checks inside), or is it still in progress? |
The |
The
reciprocal
test was passing despite having the following:Besides the fact that
one
should have beenone*numLocal
, the funny thing is thatdots
actually hadNaN
inside. However, this did not seem to fail. The question is: what is the result ofabs(maxval(a-b))
whena
orb
containsNaN
s? @tjfulle ?The text was updated successfully, but these errors were encountered: