This has also been reported as a bug in the font-package, at bug 694493.
I tried to make a search for Type1, and found a definition from adobe,
which referred to a definition of "number" for postscript, and a
postscript reference (from adobe) told me that the character used should
be a ".", so
Hi,
In my role as someone reporting an issue here, I just wanted to confirm
that my problems seem to have been fixed, and thank you for your
efforts. I use a mixed squeeze/sid system, and today I re-ran my
program. After an upgrade of libatlas to the version from unstable,
everything seems to
Package: python-numpy
Version: 1:1.3.0-3
Severity: normal
I believe I have the same issue.
My test script looks like:
import numpy as np
for ix in range(2, 300):
print ix
m = np.random.random((ix, ix))
(x, v) = np.linalg.eig(m)
print v.shape
Running the above code with python-n
Package: python-scipy
Version: 0.7.0-1
Severity: normal
The three line program:
from scipy import sparse
arr = sparse.dok_matrix((1, 1))
arr[0, 0] = 0
fails with a KeyError.
This is fixed in scipy svn, so the next release should fix the bug
automatically.
The fix in svn is a change to the defi
4 matches
Mail list logo