Skip to content

Commit d1f3aa9

Browse files
committed
fix typo
1 parent 987e665 commit d1f3aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/tests/test_sympy_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def test_construct_dense_matrix():
801801
@unittest.skipIf(not have_sympy, "SymPy not installed")
802802
def test_conv_doubles():
803803
f = 4.347249999999999
804-
a = sympify()
804+
a = sympify(f)
805805
assert isinstance(a, RealDouble)
806806
assert sympify(a._sympy_()) == a
807807
assert float(a) == f

0 commit comments

Comments
 (0)