python-scipy autopkg test fails in vivid
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | pillow (Ubuntu) |
Undecided
|
Unassigned | ||
| | python-scipy (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
two tests are failing, both with python2.7, one maybe related to pillow.
see
https:/
=======
ERROR: test_ndimage.
-------
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
return f(*args, **kwargs)
File "/usr/lib/
ap_coordinates_
a = numpy.empty(n**2, dtype=numpy.
MemoryError
=======
FAIL: test_imresize4 (test_pilutil.
-------
Traceback (most recent call last):
File "/usr/lib/
return f(*args, **kwargs)
File "/usr/lib/
assert_
File "/usr/lib/
return assert_
File "/usr/lib/
verbose=
File "/usr/lib/
raise AssertionError(msg)
AssertionError:
Arrays are not equal
(mismatch 75.0%)
x: array([[ 1. , 1.25, 1.75, 2. ],
[ 1.5 , 1.75, 2.25, 2.5 ],
[ 2.5 , 2.75, 3.25, 3.5 ],
[ 3. , 3.25, 3.75, 4. ]], dtype=float32)
y: array([[ 1. , 1. , 1.5, 2. ],
[ 1. , 1. , 1.5, 2. ],
[ 2. , 2. , 2.5, 3. ],
[ 3. , 3. , 3.5, 4. ]], dtype=float32)
-------
Ran 17870 tests in 1152.802s
failed: test_ndimage.
failed: test_pilutil.
#errors: 2
| Julian Taylor (jtaylor) wrote : | #1 |
| Matthias Klose (doko) wrote : | #2 |
forwarded to pillow:
https:/
| Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package python-scipy - 0.14.1-1ubuntu1
---------------
python-scipy (0.14.1-1ubuntu1) vivid; urgency=medium
* Backport fixes for issues #4388 and #4456 to pass autopkg tests.
LP: #1426841.
-- Matthias Klose <email address hidden> Sun, 01 Mar 2015 17:59:37 +0100
| Changed in python-scipy (Ubuntu): | |
| status: | New → Fix Released |
| Changed in pillow (Ubuntu): | |
| status: | New → Invalid |


the first should be fixed upstream https:/ /github. com/scipy/ scipy/pull/ 4456
don't know about the second, scipy hasn't changed must be some incompatibility in pil (again)