From: Nelle V. <nel...@gm...> - 2012-08-28 13:47:30
|
Hello, I've just checked out the source code from github, and I ran the tests. Unfortunately, I get loads of errors (more than 1k), most of them such as the following: ====================================================================== ERROR: matplotlib.tests.test_text.test_multiline.test ---------------------------------------------------------------------- Traceback (most recent call last): File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/decorators.py", line 39, in failer result = f(*args, **kwargs) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/decorators.py", line 148, in do_test self._tol, in_decorator=True) File "/bioinfo/users/nvaroqua/Projects/matplotlib/env/lib/python2.6/site-packages/matplotlib/testing/compare.py", line 311, in compare_images h1h = np.histogram(h1p, bins=bins)[0] NameError: global name 'bins' is not defined I've tried to have a look at the code, and indeed 'bins' is not defined in this method. I'm not sure if this could be an installation problem. Any idea how I could fix that ? Many thanks, N PS: the developpers mailing list is *really* hard to find. |