Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openreasoner/openr
/ assert_equal
Function
assert_equal
envs/MATH/latex2sympy/tests/context.py:82–84 ·
view source on GitHub ↗
(latex, expr, variable_values={}, symbolically=False)
Source
from the content-addressed store, hash-verified
80
81
82
def
assert_equal(latex, expr, variable_values={}, symbolically=False):
83
parsed = process_sympy(latex, variable_values)
84
compare(parsed, expr, symbolically)
Callers
15
test_with_supexpr
Function · 0.85
test_with_subexpr
Function · 0.85
test_with_subexpr_before_supexpr
Function · 0.85
test_with_subexpr_before_supexpr_with_braces
Function · 0.85
test_with_supexpr_before_subexpr
Function · 0.85
test_with_supexpr_before_subexpr_with_braces
Function · 0.85
test_left_right_cdot
Function · 0.85
test_exp_letter
Function · 0.85
test_exp_func
Function · 0.85
test_exp_func_no_delim
Function · 0.85
test_exp_command_symbol
Function · 0.85
test_exp_command_symbol_expression
Function · 0.85
Calls
1
compare
Function · 0.85
Tested by
15
test_with_supexpr
Function · 0.68
test_with_subexpr
Function · 0.68
test_with_subexpr_before_supexpr
Function · 0.68
test_with_subexpr_before_supexpr_with_braces
Function · 0.68
test_with_supexpr_before_subexpr
Function · 0.68
test_with_supexpr_before_subexpr_with_braces
Function · 0.68
test_left_right_cdot
Function · 0.68
test_exp_letter
Function · 0.68
test_exp_func
Function · 0.68
test_exp_func_no_delim
Function · 0.68
test_exp_command_symbol
Function · 0.68
test_exp_command_symbol_expression
Function · 0.68