Assert Equal Table¶
-
class
node_assertequaltable.
AssertEqualTable
[source]¶ Compare two incoming tables and raise an error if they differ.
Inputs: - table1 : table
Table A
- table2 : table
Table B
Outputs: - out : table
Output Table
Configuration: - Compare column order
(no description)
- Compare column attributes
(no description)
- Compare table names
(no description)
- Compare table attributes
(no description)
- Approximate comparison of floats
If any arithemtics is invovled floats should probably be compared approximately.
- Relative tolerance
Floats are considered unequal if the relative difference between them is larger than this value.
- Absolute tolerance
Floats are considered unequal if the absolute difference between them is larger than this value.