Now this works:

```
In [1]: sympify('a<b')
Out[1]: a < b

In [2]: sympify('a==b')
Out[2]: a = b

In [3]: sympify('sin(a)==b')
Out[3]: sin(a) = b
```
etc...

Fixes issue 1625

You can merge this Pull Request by running:

  git pull https://github.com/Krastanov/sympy sympify_relational

Or you can view, comment on it, or merge it online at:

  https://github.com/sympy/sympy/pull/1378

-- Commit Summary --

* Preprocess strings containing relational operators in sympify

-- File Changes --

M sympy/core/tests/test_sympify.py (10)
M sympy/parsing/sympy_parser.py (10)

-- Patch Links --

  https://github.com/sympy/sympy/pull/1378.patch
  https://github.com/sympy/sympy/pull/1378.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1378

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to