Comment #10 on issue 1472 by goodrich.ben: [patch] Matrices: Introduce Matrix.vec() and Matrix.vech()
http://code.google.com/p/sympy/issues/detail?id=1472

OK, this patch is a replacement for the previous one and adds a checkSymmetry argument. Although ./bin/test matrices passes all matrix-related tests, ./setup.py test eventually fails for unrelated reasons I think. Does anyone else see this:

sympy/test_external/test_numpy.py[19] ................... [OK]
Traceback (most recent call last):
  File "./setup.py", line 225, in <module>
    'clean': clean,
  File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
  File "./setup.py", line 120, in run
    if sympy.test():
  File "./sympy/utilities/runtests.py", line 140, in test
    return t.test(sort=sort)
  File "./sympy/utilities/runtests.py", line 313, in test
    self.test_file(f)
  File "./sympy/utilities/runtests.py", line 325, in test_file
    execfile(filename, gl)
File "/media/sda4/sympy/sympy/test_external/test_sage.py", line 16, in <module>
    import sage.all as sage
  File "/usr/lib/python2.5/site-packages/sage/all.py", line 33, in <module>
RuntimeError: To use the SAGE libraries, set the environment variable SAGE_ROOT to
the SAGE build directory and LD_LIBRARY_PATH to $SAGE_ROOT/local/lib



Attachments:
        0001-add-checkSymmetry-True-argument-to-vech-method.patch  2.2 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to