You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in SymPy Live of type
<type 'exceptions.ValueError'>
for reference the last 5 stack trace entries are
Traceback (most recent call last):
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 781, in post
live.evaluate(statement, session, printer, stream)
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 453, in evaluate
if name not in old_globals or val != old_globals[name]:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
f = lambdify(x, expr, "numpy") # doctest:+SKIP
Exception in SymPy Live of type
<type 'exceptions.ValueError'>
for reference the last 5 stack trace entries are
Traceback (most recent call last):
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 781, in post
live.evaluate(statement, session, printer, stream)
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 453, in evaluate
if name not in old_globals or val != old_globals[name]:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
f(a) # doctest:+SKIP
Exception in SymPy Live of type
<type 'exceptions.ValueError'>
for reference the last 5 stack trace entries are
Traceback (most recent call last):
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 781, in post
live.evaluate(statement, session, printer, stream)
File "/base/data/home/apps/ssympy-live-hrd/56.412575950366508090/shell.py", line 453, in evaluate
if name not in old_globals or val != old_globals[name]:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
link:https://docs.sympy.org/latest/tutorial/basic_operations.html#lambdify
The text was updated successfully, but these errors were encountered:
Exception in SymPy Live of type
<type 'exceptions.ValueError'>
for reference the last 5 stack trace entries are
Traceback (most recent call last):
File "/base/data/home/apps/s
sympy-live-hrd/56.412575950366508090/shell.py", line 781, in postsympy-live-hrd/56.412575950366508090/shell.py", line 453, in evaluatelive.evaluate(statement, session, printer, stream)
File "/base/data/home/apps/s
if name not in old_globals or val != old_globals[name]:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
The text was updated successfully, but these errors were encountered: