MCPcopy Create free account
hub / github.com/apache/tvm-ffi / test_depth_1000_nested_eq

Function test_depth_1000_nested_eq

tests/python/test_dataclass_compare.py:1183–1187  ·  view source on GitHub ↗

Deep nested arrays compare correctly with iterative stack.

()

Source from the content-addressed store, hash-verified

1181
1182
1183def test_depth_1000_nested_eq() -> None:
1184 """Deep nested arrays compare correctly with iterative stack."""
1185 a = _make_nested_singleton_array(1000)
1186 b = _make_nested_singleton_array(1000)
1187 assert RecursiveEq(a, b)
1188
1189
1190# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

RecursiveEqFunction · 0.90

Tested by

no test coverage detected