MCPcopy
hub / github.com/geldata/gel / assert_data_shape

Method assert_data_shape

edb/testbase/server.py:1153–1158  ·  view source on GitHub ↗
(self, data, shape,
                          message=None, rel_tol=None, abs_tol=None)

Source from the content-addressed store, hash-verified

1151 yield cm(tx)
1152
1153 def assert_data_shape(self, data, shape,
1154 message=None, rel_tol=None, abs_tol=None):
1155 assert_data_shape.assert_data_shape(
1156 data, shape, self.fail,
1157 message=message, rel_tol=rel_tol, abs_tol=abs_tol,
1158 )
1159
1160 async def assert_query_result(
1161 self,

Calls

no outgoing calls