Skip to content

Commit 7cccac0

Browse files
bjodahisuruf
andauthored
Update symengine/lib/symengine_wrapper.pyx
Co-authored-by: Isuru Fernando <[email protected]>
1 parent 4cfa839 commit 7cccac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/symengine_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5235,7 +5235,7 @@ def Lambdify(args, *exprs, cppbool real=True, backend=None, order='C',
52355235
52365236
"""
52375237
if backend is None:
5238-
IF HAVE_SYMENGINE_LLVM:
5238+
IF HAVE_SYMENGINE_LLVM and real:
52395239
backend_default = 'llvm'
52405240
ELSE:
52415241
backend_default = 'lambda'

0 commit comments

Comments
 (0)