.. _`Assert Equal Table`: .. _`org.sysess.sympathy.data.table.assertequaltable`: Assert Equal Table ~~~~~~~~~~~~~~~~~~ .. image:: assert_equal.svg :width: 48 Compare two incoming tables and raise an error if they differ. *Ports*: **Inputs**: :table1: table Table A :table2: table Table B **Outputs**: :out: table Output Table *Configuration*: **col_order** Differing column order will trigger error **col_attrs** Differing column attributes will trigger error **tbl_names** Differing table name will trigger error **tbl_attrs** Differing table attributes will trigger error **inexact_float** If any arithemtics is invovled floats should probably be compared approximately. **rel_tol** Floats are considered unequal if the relative difference between them is larger than this value. **abs_tol** Floats are considered unequal if the absolute difference between them is larger than this value. .. automodule:: node_assertequaltable .. class:: AssertEqualTable