Assert with Tolerance

Node Icon

This node checks if all values in the input and reference satisfy the condition:

| Input - Reference | ≤ absTol + relTol * | Reference |

The node fails if the condition fails, and succeeds if the condition is true.

Inputs

Input

Input array

Type: Numeric Array, List, Required, Single

Reference

Reference array

Type: Numeric Array, List, Required, Single

Settings

Abs Tol Float

Absolute tolerance

Rel Tol Float

Relative tolerance

See also

Keywords: allclose