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

Method test_large_negative

tests/python/test_serialization.py:117–120  ·  view source on GitHub ↗

Large negative int roundtrips correctly.

(self)

Source from the content-addressed store, hash-verified

115 assert result == 10**15
116
117 def test_large_negative(self) -> None:
118 """Large negative int roundtrips correctly."""
119 result = _roundtrip(-(10**15))
120 assert result == -(10**15)
121
122
123class TestFloat:

Callers

nothing calls this directly

Calls 1

_roundtripFunction · 0.85

Tested by

no test coverage detected