This fixes some of the test failures in master.

You can merge this Pull Request by running:

  git pull https://github.com/scolobb/sympy fix-some-failures

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

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

-- Commit Summary --

* Expr.expand: Always iterate the hints in the same order.
* meijerint_definite: Canonically sort the innermost points in reverse order.
* LambdaPrinter: Sort .args before printing.
* _sqrtdenest0: Sort the .args before processing them.
* matrices: Always sort the eigenvectors.

-- File Changes --

M sympy/core/expr.py (3)
M sympy/integrals/meijerint.py (3)
M sympy/matrices/matrices.py (6)
M sympy/matrices/tests/test_matrices.py (19)
M sympy/printing/lambdarepr.py (7)
M sympy/printing/tests/test_lambdarepr.py (16)
M sympy/simplify/sqrtdenest.py (3)

-- Patch Links --

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

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

-- 
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