You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that HiOp functionality tests can give false positive when the result is nan of inf due to C++ comparison rules for those cases. See, for example, #585. Perhaps we could check for nans and infs first and declare test failed if this is the result?
The text was updated successfully, but these errors were encountered:
It seems that HiOp functionality tests can give false positive when the result is
nan
ofinf
due to C++ comparison rules for those cases. See, for example, #585. Perhaps we could check fornan
s andinf
s first and declare test failed if this is the result?The text was updated successfully, but these errors were encountered: