MCPcopy
hub / github.com/deepseek-ai/DeepSeek-Coder / _test_math_equal

Function _test_math_equal

Evaluation/PAL-Math/utils/grader.py:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144
145def _test_math_equal():
146 # print(math_equal("0.0833333333333333", "\\frac{1}{12}"))
147 # print(math_equal("(1,4.5)", "(1,\\frac{9}{2})"))
148 print(math_equal("\\frac{x}{7}+\\frac{2}{7}", "\\frac{x+2}{7}", timeout=True))
149
150if __name__ == "__main__":
151 _test_math_equal()

Callers 1

grader.pyFile · 0.85

Calls 1

math_equalFunction · 0.85

Tested by

no test coverage detected