Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Apr 2, 2022
1 parent 987e665 commit d1f3aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symengine/tests/test_sympy_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def test_construct_dense_matrix():
@unittest.skipIf(not have_sympy, "SymPy not installed")
def test_conv_doubles():
f = 4.347249999999999
a = sympify()
a = sympify(f)
assert isinstance(a, RealDouble)
assert sympify(a._sympy_()) == a
assert float(a) == f
Expand Down

0 comments on commit d1f3aa9

Please # to comment.