.. _`Assert Equal Table`: .. _`org.sysess.sympathy.data.table.assertequaltable`: Assert Equal Table ================== .. image:: assert_equal.svg :width: 48 **Documentation** Compare two incoming tables and raise an error if they differ. **Definition** *Input ports* :table1: table Table A :table2: 1 - inf, table Table B *Output ports* :out: table Output Table *Configuration*: **Compare column order** (col_order) Differing column order will trigger error **Compare column attributes** (col_attrs) Differing column attributes will trigger error **Compare table names** (tbl_names) Differing table name will trigger error **Compare table attributes** (tbl_attrs) Differing table attributes will trigger error **Approximate comparison of floats** (inexact_float) If any arithemtics is invovled floats should probably be compared approximately. **Relative tolerance** (rel_tol) Floats are considered unequal if the relative difference between them is larger than this value. **Absolute tolerance** (abs_tol) Floats are considered unequal if the absolute difference between them is larger than this value. .. automodule:: node_assertequaltable .. class:: AssertEqualTable **Example flows** * :download:`Test.syx `