Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
426
def
_test_math_equal():
427
ref =
"6,-2"
428
pred =
"6"
429
print(math_equal(ref, pred))
430
431
def
_test_math_equal():
432
pi = math.pi
Callers
1
grader.py
File · 0.70
Calls
1
math_equal
Function · 0.70
Tested by
no test coverage detected