MCPcopy Create free account
hub / github.com/CERT-Lab/lora-sb / _parse

Function _parse

instruction_tuning_eval/grader.py:103–109  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

101
102def symbolic_equal(a, b):
103 def _parse(s):
104 for f in [parse_latex, parse_expr]:
105 try:
106 return f(s)
107 except:
108 pass
109 return s
110
111 a = _parse(a)
112 b = _parse(b)

Callers 1

symbolic_equalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected