Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-08-11 Thread sympy
Comment #21 on issue 2014 by torstenm...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 Here is the pull request: https://github.com/sympy/sympy/pull/2376 It only contains the tests, as I feel a bit

Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-06-17 Thread sympy
Comment #20 on issue 2014 by asmeu...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 Sure. But please submit it as a pull request, not a patch. -- You received this message because this project is

Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-06-12 Thread sympy
Comment #19 on issue 2014 by torstenm...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 Right, over 70. Shall I fix them in the way described? BTW, iter_ordered now seems to be called is_sequence. But

Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-06-10 Thread sympy
Comment #18 on issue 2014 by asmeu...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 I grepped around and found a lot of isinstance(stuff, list) in the codebase. -- You received this message because

Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-06-09 Thread sympy
Comment #17 on issue 2014 by torstenm...@gmail.com: use ordered_iter or iterable instead of checking for literal container http://code.google.com/p/sympy/issues/detail?id=2014 Sorry for being offline for so long. I see that the tests in my patch are now passing, despite it got not

Re: Issue 2014 in sympy: use ordered_iter or iterable instead of checking for literal container

2013-04-27 Thread sympy
Updates: Summary: use ordered_iter or iterable instead of checking for literal container Labels: -Solvers -NeedsReview -torstenmarcoknodt EasyToFix Comment #16 on issue 2014 by smi...@gmail.com: use ordered_iter or iterable instead of checking for literal container