Files
app-store-optimization/skills/loki-mode/benchmarks/results/2026-01-05-10-37-54/swebench-loki-patches/sympy__sympy-15345.patch

13 lines
399 B
Diff

# sympy__sympy-15345
# Loki Mode Multi-Agent Patch
# Attempts: 1
--- a/sympy/printing/mathematica.py
+++ b/sympy/printing/mathematica.py
@@ -31,6 +31,8 @@ known_functions = {
"asech": [(lambda x: True, "ArcSech")],
"acsch": [(lambda x: True, "ArcCsch")],
"conjugate": [(lambda x: True, "Conjugate")],
+ "Max": [(lambda *x: True, "Max")],
+ "Min": [(lambda *x: True, "Min")],
}