Skip to content

Commit 6859dcc

Browse files
committed
adjust test
1 parent 5e64159 commit 6859dcc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/core/test_sympy_python_convert.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,7 @@ def testSlots(self):
182182
SymbolFunction,
183183
Expression(SymbolPlus, Integer1, Expression(SymbolSlot, Integer1)),
184184
)
185-
print(" * expr:", expr)
186-
print(" * lambda:", sympy_lambda_expr)
187185
self.compare(expr, sympy_lambda_expr)
188-
# compare_to_sympy does not pass because Slot[1] are translated as
189-
# functions
190-
191-
# self.compare_to_mathics(
192-
# expr,
193-
# sympy_lambda_expr,
194-
# )
195186

196187

197188
class PythonConvert(unittest.TestCase):

0 commit comments

Comments
 (0)