Hi there,
I ran across this error when running a few lines of
code in debian python, but this runs perfectly in
windows python. Basically I created a dummy matrix
called "gamma" (using kroneckerproduct in numarray)
and printed out its mean. Here is the code:
gamma = kroneckerproduct(ones((N, 1))
Hi there,
I ran across this error when running a few lines of
code in debian python, but this runs perfectly in
windows python. Basically I created a dummy matrix
called "gamma" (using kroneckerproduct in numarray)
and printed out its mean. Here is the code:
gamma = kroneckerproduct(ones((N, 1))