Comment #7 on issue 1320 by johann.cohentanugi: simplify does not simplify  
commutted diffs
http://code.google.com/p/sympy/issues/detail?id=1320

I tried to modify and test in-place, but I got:
In [2]:  
test('/data1/sources/python/sympy/sympy/simplify/tests/test_simplify.py')
============================= test process starts  
==============================
executable:   /usr/bin/python  (2.5.1-final-0)

---------------------------------------------------------------------------
IOError                                   Traceback (most recent call last)

/home/cohen/<ipython console> in <module>()

/usr/lib/python2.5/site-packages/sympy/utilities/runtests.pyc in  
test(*paths, **kwargs)
      68     else:
      69         t.add_paths(["sympy"])
---> 70     return t.test()
      71
      72 def doctest(*paths, **kwargs):

/usr/lib/python2.5/site-packages/sympy/utilities/runtests.pyc in test(self)
     141         for f in self._tests:
     142             try:
--> 143                 self.test_file(f)
     144             except KeyboardInterrupt:
     145                 print " interrupted by user"

/usr/lib/python2.5/site-packages/sympy/utilities/runtests.pyc in  
test_file(self,
filename)
     153         gl = {'__file__':filename}
     154         try:
--> 155             execfile(filename, gl)
     156         except (ImportError, SyntaxError):
     157             self._reporter.import_error(filename, sys.exc_info())

IOError: [Errno 2] No such file or directory:
'/usr/lib/python2.5/site-packages/data1/sources/python/sympy/sympy/simplify/tests/test_simplify.py'

Is that really the way you guys want it to behave? It should not be hard to  
check for
absolute paths no?


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