[SciPy-dev] kron function in scipy.linalg.basic

Travis Oliphant oliphant at ee.byu.edu
Thu Apr 7 02:42:36 EDT 2005


David Grant wrote:

>Re-posting to scipy-dev as it might be a bug.
>
>I'm using the kron() function in scipy.linalg.basic but I get an error
>  
>
Bugs like this are the most common, because they don't show up when you 
lazily test code you write from an interactive shell like emacs provides 
(which has all the names already imported).

Thanks for finding them.  The fix is easy (just edit the file and import 
the name that is missing).

-Travis




More information about the SciPy-Dev mailing list