+1

On Tue, Apr 27, 2010 at 2:32 PM, Vinzent Steinberg
<vinzent.steinb...@googlemail.com> wrote:
> Signed-off-by: Vinzent Steinberg <vinzent.steinb...@gmail.com>
> ---
>  sympy/matrices/tests/test_matrices.py |    6 ++----
>  1 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/sympy/matrices/tests/test_matrices.py 
> b/sympy/matrices/tests/test_matrices.py
> index c764213..993b238 100644
> --- a/sympy/matrices/tests/test_matrices.py
> +++ b/sympy/matrices/tests/test_matrices.py
> @@ -1,10 +1,8 @@
>  from sympy import symbols, Matrix, eye, I, Symbol, Rational, wronskian, cos, 
> \
>         sin, exp, hessian, sqrt, zeros, ones, randMatrix, Poly, S, pi, \
> -        integrate, oo, raises, trigsimp, Integer, block_diag, N
> +        oo, raises, trigsimp, Integer, block_diag, N
>  from sympy.matrices.matrices import ShapeError, MatrixError, \
>         matrix_multiply_elementwise
> -from sympy.printing import srepr
> -from sympy.utilities.pytest import XFAIL
>
>  def test_division():
>     x, y, z = symbols('x','y','z')
> @@ -1174,7 +1172,7 @@ def test_inv_block():
>         a.inv(method="ADJ"), a.inv(method="ADJ"), b.inv(method="ADJ"),
>         a.inv(method="ADJ"), c.inv(method="ADJ"), a.inv(method="ADJ")])
>
> -def test_creation():
> +def test_creation_args():
>     """
>     Check that matrix dimensions can be specified using any reasonable type
>     (see issue 1515).
> --
> 1.7.1
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sympy-patches" group.
> To post to this group, send email to sympy-patc...@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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@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