Skip to content

Commit 97ded08

Browse files
committed
Remove unecessary lines
1 parent 57f66c6 commit 97ded08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

symengine/lib/symengine_wrapper.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ def sympy2symengine(a, raise_error=False):
295295
return RealDouble(float(str(a)))
296296
ELSE:
297297
return RealDouble(float(str(a)))
298-
elif have_numpy and isinstance(a, (np.float16, np.float32)):
299-
return RealDouble(a)
300298
elif a is sympy.I:
301299
return I
302300
elif a is sympy.E:

0 commit comments

Comments
 (0)