MCPcopy Create free account
hub / github.com/PRIME-RL/PRIME / _test_math_equal

Function _test_math_equal

eval/utils/grader.py:426–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424
425
426def _test_math_equal():
427 ref = "6,-2"
428 pred = "6"
429 print(math_equal(ref, pred))
430
431def _test_math_equal():
432 pi = math.pi

Callers 1

grader.pyFile · 0.70

Calls 1

math_equalFunction · 0.70

Tested by

no test coverage detected