is your fix committed?

On 03/11/2010 09:47 PM, Bruce Southey wrote:
On 03/11/2010 02:01 PM, Johann Cohen-Tanugi wrote:
hi there, I am adding this to this thread and not to the trac, because I am not sure whether it adds noise or a piece of info. I just downloaded the scipy trunk and built it, and ran nosetests on it, which bombed instantly.... So I tried to get into subdirs to check test scripts separately..... and here is one :
[co...@jarrett tests]$ ~/.local/bin/ipython test_integrate.py
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)

/home/cohen/sources/python/scipy/scipy/integrate/tests/test_integrate.py in <module>()
    208
    209 if __name__ == "__main__":
--> 210     run_module_suite()
    211
    212

/home/cohen/.local/lib/python2.6/site-packages/numpy/testing/nosetester.pyc in run_module_suite(file_to_run)
     75         f = sys._getframe(1)
     76         file_to_run = f.f_locals.get('__file__', None)
---> 77         assert file_to_run is not None
     78
     79     import_nose().run(argv=['',file_to_run])

AssertionError:
python: Modules/gcmodule.c:277: visit_decref: Assertion `gc->gc.gc_refs != 0' failed.
Aborted (core dumped)
[co...@jarrett tests]$ pwd
/home/cohen/sources/python/scipy/scipy/integrate/tests

the bomb is the same, but the context seems different... I leave that to the experts :)
Johann

Yes,
I think it is the same issue as I do not have the problem after fixing the following file and rebuilding numpy and scipy:
numpy/core/code_generators/generate_ufunc_api.py

Bruce


--
This message has been scanned for viruses and
dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
believed to be clean.


_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to