check.NanPolicy enum¶
NaN comparison policy for approximate expectations.
Cases¶
| Keyword | Value | Description |
|---|---|---|
same |
1 | NaNs compare equal only when both sides are NaN. |
different |
2 | NaNs compare unequal. |
Used by¶
check.expect.close.nan