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

Function test_float_hash_equal_values

tests/python/test_dataclass_hash.py:76–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def test_float_hash_equal_values() -> None:
77 assert RecursiveHash(3.14) == RecursiveHash(3.14)
78
79
80def test_float_hash_different_values() -> None:

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected